Plod Hosting Posted July 23, 2013 Share Posted July 23, 2013 (edited) Hello, How can I remove the default products? I'm not a domain registrar. and how do i remove all the domain rubbish. Like the, choose a domain, as seen here: http://puu.sh/3JH34.png and the domains tab: http://puu.sh/3JH43.png oh and this: http://puu.sh/3JHfp.png All help is appreciated. Edited July 23, 2013 by Plod Hosting 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 23, 2013 Share Posted July 23, 2013 Hello,How can I remove the default products? I'm not a domain registrar. and how do i remove all the domain rubbish. Like the, choose a domain, as seen here: http://puu.sh/3JH34.png oh and this: http://puu.sh/3JHfp.png goto Admin -> General Settings -> Domains untick the first three boxes - Allow clients to register domains with you; Allow clients to transfer a domain to you; Allow clients to use their own domain. and the domains tab:http://puu.sh/3JH43.png you would edit the header.tpl file in your template folder and remove the domains dropdown from the code... it'll depend on your template, but it will likely look similar to... <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> <li><a href="cart.php?a=add&domain=register">{$LANG.navregisterdomain}</a></li> <li><a href="cart.php?a=add&domain=transfer">{$LANG.navtransferdomain}</a></li> <li class="divider"></li> <li><a href="domainchecker.php">{$LANG.navwhoislookup}</a></li> </ul> </li> </ul> All help is appreciated. 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.