patrickloughlin Posted January 14, 2012 Share Posted January 14, 2012 can any one help me by telling me how to add custom links that will show in the Client Area that when they are clicked it will take the client to the page I want it to go to also how do I remove some of the links in the Client Area 0 Quote Link to comment Share on other sites More sharing options...
sohouk Posted January 14, 2012 Share Posted January 14, 2012 Altering or adding to a page is fairly easy If you are new to it, it looks a little complicated, but if you go slowly and do one step at a time you will be OK. The first thing is that unless you are creating a new page, you only edit the template file in the /template/<theme> folder Most of the template files are named in sympathy with the same .php file in the root WHMCS folder. There are differences where the template name isn’t obvious, or where one page undertakes many functions. I am not sure there is a definitive list anywhere, but you can usually guess. The client homepage is (as mentioned) in the /templates/<your theme> folder and is called clientareahome.tpl Open it up in your favourite web editing software and add your links as you would a normal web-page <a href="my_other_page.html">My New Page</a> Save the page and test it. As always, backup your page first so you can restore it if it all goes wrong!! Trevor 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.