bluedeerforest Posted January 3, 2014 Share Posted January 3, 2014 Hi, I'm not offering domain registration so I'd like to remove the "Domains" dropdown from the Customer menu (when the customer is logged in. It's located between Services and Billing. I was able to remove all of mentions of domains except that dropdown. Any suggestions? thanks! 0 Quote Link to comment Share on other sites More sharing options...
skkostas Posted January 3, 2014 Share Posted January 3, 2014 Hello, in /whmcs/templates/default/header.tpl delete this lines 57-70 {if $condlinks.domainreg || $condlinks.domaintrans}<ul class="nav"> <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">{$LANG.navdomains} <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="clientarea.php?action=domains">{$LANG.clientareanavdomains}</a></li> <li class="divider"></li> <li><a href="cart.php?gid=renewals">{$LANG.navrenewdomains}</a></li> {if $condlinks.domainreg}<li><a href="cart.php?a=add&domain=register">{$LANG.navregisterdomain}</a></li>{/if} {if $condlinks.domaintrans}<li><a href="cart.php?a=add&domain=transfer">{$LANG.navtransferdomain}</a></li>{/if} {if $enomnewtldsenabled}<li><a href="index.php?m=enomnewtlds">Preregister New TLDs</a></li>{/if} <li class="divider"></li> <li><a href="domainchecker.php">{$LANG.navwhoislookup}</a></li> </ul> </li> </ul>{/if} 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 3, 2014 Share Posted January 3, 2014 if you're using the default template, another method might be to untick the first three boxes in "Domain Registration Options"... setup -> general settings -> domains -> Domain Registration Options I think if these 3 boxes are unticked, then the domain dropdown doesn't show. 0 Quote Link to comment Share on other sites More sharing options...
bluedeerforest Posted January 6, 2014 Author Share Posted January 6, 2014 skkostas! Thanks, you solved my problem! 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.