Jump to content

Persemp

Member
  • Posts

    6
  • Joined

  • Last visited

About Persemp

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Persemp's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Dear Community, I want to allow my clients to place domain names in auction. Does anyone of You know a company, that sells such a WHMCS module? The users should be able to manually enter the domain names in a 3-day auction in their Client-area. The auction should be visible on the homepage for everyone. The public user, after the registratio,n could participate in Auction. Thanks for your tips. Best regards
  2. Hi Brian! Thank You, it worked. Do you know how to delete in ,, Register Domain ,, Operation ,,Add Web Hosting? (see attached picture)
  3. Hi Brian, Like Lurking, I want to delete these hosting links, but I can not find this file: configureproductdomain.tpl Can You tell me where exactly is this file? Best regards
  4. Hello Sentq and Hosteroven, Thank you, it works. I wish you much success with your projects. Best regards Persemp
  5. Dear community, I am new on this forum. Since a month I have been trying to configure the WHMCS installation for my needs. WHMCS hotline has directed me to this forum. Can someone from the community help me, who has already experienced with WHMCS ? I want to remove from the menu ,,Announcements,, and ,,Network Status,,. I found this code (below) to copy in a hook. The question: in which hook do I have to copy this code? Do I have to create a new hook? If so, with what name? Thank you for help. Best regards: Persemp Hiding/Removing a Menu Item You can remove a menu item as follows: <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimaryNavbar', 1, function (MenuItem $primaryNavbar) { if (!is_null($primaryNavbar->getChild('Network Status'))) { $primaryNavbar->removeChild('Network Status'); } });
  6. Welcome to WHMCS.Community Persemp! We're glad you're here please take some time to familiarise yourself with the Community Rules & Guidelines and take a moment to introduce yourself to other WHMCS.Community members in the Introduce Yourself Board.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated