Jump to content

alterman

Member
  • Posts

    6
  • Joined

  • Last visited

About alterman

alterman's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. @sentq Hey there! As I see your new hook works great, however, I'm facing search window blinking on v4 template (seems like it's trying to search after each symbol inserted). Is it the same for you?
  2. Hello, I've contacted WHMCS support in order to help with our issue and they replied the following: ====================================== WHMCS does use the details provided by the customer at the time they register, it will use the details specified under Setup > General Settings when not specified, however, generally, this is only for the likes of email registrar however. You may be able to have a customisation created by someone on our Community that could achieve what you are trying to do, however out of the box there's not a way to achieve this ====================================== Is there anybody who can assist, guys? Thanks!
  3. Hello, Absolutely the same issue - need to find out the way how to permanently set my company info as Registrant contacts (Admin/Tech/Billing can be modified at Domains tab). It's very important, can someone please take a look? Thank you in advance!
  4. @sentq Thanks, I've modified it a bit and it works like a charm. I hope someone finds it useful: <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimarySidebar', 1, function(MenuItem $primarySidebar) { if (!is_null($primarySidebar->getChild('Domain Details Management'))) { $primarySidebar->getChild('Domain Details Management') ->removeChild('Auto Renew Settings') ->removeChild('Registrar Lock Status') ->removeChild('Domain Addons') ->removeChild('Domain Contacts') ->removeChild('Manage Private Nameservers'); } });
  5. @sentq Thanks, I've setup the following hook: <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimarySidebar', 1, function(MenuItem $primarySidebar) { $primarySidebar->getChild('Domains') ->removeChild('Auto Renew'); }); However, I'm getting "Ooops " error on the client are page. Could you please let me know if there anything wrong in my code? Thanks!
  6. Hello Guys, I need to hide some options in the Manage Domain section from our clients (screen attached). Could you please assist me and let me know which hooks should I use? Thanks in advance!
  7. Welcome to WHMCS.Community alterman! 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