ehm Posted November 24, 2009 Share Posted November 24, 2009 I have some services, like Site Builder and Webmail that I would like to include to be display on the user main portal (https://www.MySite.com/whmcs/clientarea.php) on the right side (Quick Navigation). How can I do that? If possible, I would like to include in a certain way that: 1) do not desapear on the next WHMCS update 2) create the link with the user account: like: if the user web site is ABCmyUser.com the links should read: http://www.ABCmyUser.com/webmail and http://www.ABCmyUser.com/sitebuilder is that possible? Thank you 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted November 24, 2009 WHMCS Support Manager Share Posted November 24, 2009 Edit /templates/*your active template*/homepage.tpl 1. If homepage.tpl is updated in the next release, you will need to update your customisation also. 2. That variable isn't available on homepage.tpl. Clients can have multiple products, so how would it know which one to use? You could have these link on clientareaproductdetails.tpl though. 0 Quote Link to comment Share on other sites More sharing options...
ehm Posted November 24, 2009 Author Share Posted November 24, 2009 Thank you John, I will try to understand how it works, specially the clientareaproductdetaisl.tp. seams that there is the place to create my links. Is there any place where I can read all the variables that are available on each page? 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted November 25, 2009 Share Posted November 25, 2009 You can create a custom page containing the links you want in the certain area (clientarealinks.tpl) and then include it in the area you want to add the custom link so when there's an update you just have to add the {include....} line in the clientarea.tpl. To create links like that: <a href="/webmail" title="webmail">Sitebuilder</a> <a href="/webmail" title="webmail">Sitebuilder</a> /webmail 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted November 25, 2009 WHMCS Support Manager Share Posted November 25, 2009 If you put {debug} in the template and visit the page in WHMCS you will get a popup with all the variables available on that template. 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.