nimafire Posted July 22, 2015 Share Posted July 22, 2015 Hey version 6 is very unclear in template customization , how can i edit nab bar (header bar like remove serverstatus.php) and sidebar 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 22, 2015 Share Posted July 22, 2015 you'll need to use action hooks to modify them... http://docs.whmcs.com/Client_Area_Navigation_Menus_Cheatsheet http://docs.whmcs.com/Client_Area_Sidebars_Cheatsheet 0 Quote Link to comment Share on other sites More sharing options...
CW2305 Posted July 23, 2015 Share Posted July 23, 2015 Hi, I have the Header Nav working OK with hooks, but when I attempt to add sidebar hooks, the screen goes white. Here is the code: <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimarySidebar', 1, function(MenuItem $primarySidebar) { $primarySidebar->getChild('Support') ->removeChild('Downloads'); }); [i'm actually wanting to hide Knowledgebase, too, but thought I should get one working first.] 0 Quote Link to comment Share on other sites More sharing options...
kran Posted October 4, 2015 Share Posted October 4, 2015 I want to remove GetEpp code or send it to a suppor ticket. Still have not been able to doit. any help? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 5, 2015 Share Posted October 5, 2015 http://forum.whmcs.com/showthread.php?90982-disable-client-get-epp-code&p=438838#post438838 0 Quote Link to comment Share on other sites More sharing options...
HamzaAlvi Posted August 28, 2020 Share Posted August 28, 2020 Any one here who tell me that in which file te nav menu HTL code is available? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.