Jump to content

Remove Default Products?


Plod Hosting

Recommended Posts

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 by Plod Hosting
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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