drblack Posted April 3, 2008 Share Posted April 3, 2008 I just finished creating a custom Server Module. I have the "Login to panel" Login link working from within the Admin side of WHCMS. Is there an easy way to give the customer this link inside their ClientArea? Browsing through the forums it appears Cpanel has this functionality. Thanks Dr.B 0 Quote Link to comment Share on other sites More sharing options...
shainp Posted October 24, 2008 Share Posted October 24, 2008 Hi Dr.B, I was working on a server module too and I would like to know if you were able to manage to create a client login link on the client page in WHMCS. Shain 0 Quote Link to comment Share on other sites More sharing options...
drblack Posted October 25, 2008 Author Share Posted October 25, 2008 Yes I was able to, in my /website/templates/template-name/clientareaproductdetails.tpl I added the following to add a "Manage my Backups" link: <table cellspacing="1" cellpadding="0" class="frame"><tr><td> <table width="100%" cellpadding="2"> <tr><td width="100" class="fieldarea">{$LANG.serverusername}:</td><td>{$username}</td></tr> <tr><td class="fieldarea">{$LANG.serverpassword}:</td><td>{$password}</td></tr> {if $groupname == "Offsite Backup"} <tr><td class="fieldarea"><a href="http://{$server.ipaddress}/obs/user/logon.do?u={$username}&loginName={$username}&password={$password}" style="color:#cc0000">Manage my backups</a></td></tr> {/if} </table> Hope that helps! Dr.B 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.