liviuolaeru Posted September 25, 2010 Share Posted September 25, 2010 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! 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted September 25, 2010 Share Posted September 25, 2010 Open clientareaproductdetails.tpl in your template directory and remove this line <div align="center">{$moduleclientarea}</div> 0 Quote Link to comment Share on other sites More sharing options...
liviuolaeru Posted September 25, 2010 Author Share Posted September 25, 2010 Open clientareaproductdetails.tpl in your template directory and remove this line that's great - thank you! so much 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted September 25, 2010 Share Posted September 25, 2010 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} 0 Quote Link to comment Share on other sites More sharing options...
it4orce Posted May 13, 2011 Share Posted May 13, 2011 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 ? 0 Quote Link to comment Share on other sites More sharing options...
jumbiehost Posted September 21, 2011 Share Posted September 21, 2011 I have a question about that string.. I'd like to update the login to webmail to send users to my webmail client rather than the built-in clients in cpanel.. is there any way to update that? 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.