Jump to content

Client Area Featrure Remove


liviuolaeru

Recommended Posts

Hi! there to everyone - I would like to remove the "access_cp" and "login_2_webmail" buttons from the product details page on the client area (please see the pic for clarification" - I'd looked into the "clientareaproductdetails.tpl" and the relevant piece of code is not there (or at least I cannot work out which one is it) - any help would be greatly appreciated - thank you!

refpicone.jpg

Link to comment
Share on other sites

If you remove that, it will also remove domain options as well. You should probably add a conditional in there so it only removes the buttons from hosting clients.

 

EDIT: something like this should work:

 

{if $modulename != "cpanel"}
<div align="center">{$moduleclientarea}</div>
{/if}

Link to comment
Share on other sites

  • 7 months later...

How can i add the login button to another page in the client area, if i move the line : <div align="center">{$moduleclientarea}</div>

 

to clientareahome.tpl it doesnt work, any idea how to get to show on other pages ?

Link to comment
Share on other sites

  • 4 months later...

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