ThePolovsky Posted March 8, 2020 Share Posted March 8, 2020 Hello guys, I would like to know if you could help me with a question within the client area. I made a change Login to cPanel & Webmail on Client Product Details, but I verified that Quick Shortcuts keeps the links. How can I modify these links to the links that work? I know it's here ... /modules/servers/cpanel/templates/overview.tpl In the case of this link "clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Email_Accounts" how can I convert it to enter a and not through the server http: //example.com:2083/cpsess0196797533/frontend/paper_lantern/email_accounts/ and not through the server. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 9, 2020 Share Posted March 9, 2020 17 hours ago, ThePolovsky said: made a change Login to cPanel & Webmail on Client Product Details, but I verified that Quick Shortcuts keeps the links. have you modified the sidebar links using a hook ? 17 hours ago, ThePolovsky said: How can I modify these links to the links that work? they should already work - are you seeing an error ?? 17 hours ago, ThePolovsky said: I know it's here ... /modules/servers/cpanel/templates/overview.tpl don't edit that template directly - copy it to your active template folder and then modify that duplicate. https://docs.whmcs.com/Working_with_Module_Templates Quote For example, in the case of the provisioning module "cpanel", /modules/servers/cpanel/overview.tpl could be customised by creating the following template file: /templates/yourtemplatename/modules/servers/cpanel/overview.tpl 17 hours ago, ThePolovsky said: In the case of this link "clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=Email_Accounts" how can I convert it to enter a and not through the server http: //example.com:2083/cpsess0196797533/frontend/paper_lantern/email_accounts/ and not through the server. almost certainly if you go down this road, the client will need to manually login to the cPanel server... whereas the existing links should log them in automatically (that's the whole point of singlesignon). 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.