Tazmanian Posted May 22, 2016 Share Posted May 22, 2016 I am trying to add a link to a cPanel app through the single sign on section of the client area, but it only takes me to the cPanel, & not load the app itself. The app I am trying to link to is RVSiteBuilder, which is a third party app, that each client has a license to use via our cPanel accounts. I assume one issue might be that the normal method of using this App is to go via the cPanel link, which then includes the cPanel identifier in the referring URL to take the user to the RVSitebuilder website where they can then use the full resources of the software. The code I have tried to use in modules/servers/cpanel/overview.tpl is <div class="col-sm-3 col-xs-6" id="cPanelRVSiteBuilder"> <a href="clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1&app=RVSiteBuilder_home" target="_blank"> <img src="modules/servers/cpanel/img/rvsitebuilder.png" /> {$LANG.cPanel.rvsitebuilder} </a> </div> Anyone know how I could make this work? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 23, 2016 Share Posted May 23, 2016 this may or may not help, but have you read the SSO documentation. http://docs.whmcs.com/WHMCS_Single_Sign-On_Developer_Guide 0 Quote Link to comment Share on other sites More sharing options...
Tazmanian Posted May 23, 2016 Author Share Posted May 23, 2016 Hi Brian. Yep, have read that and the section dealing what I am trying to do. The section you pointed me to is about having the client side info appear on the cPanel itself. I am trying to add an extra link into the client are of the WHMCS installation. Example is that among the standard things a person can access from with the client area is cron jobs, file manager, etc. I want to add a link inside the client are, not inside the cPanel so that a person can access RVSiteBuilder without having to go into the cPanel. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 23, 2016 Share Posted May 23, 2016 I get what you were trying to do, it's just that you're trying to point to a 3rd party app rather than a built-in cpanel feature... and I don't know if that needs additional authorisation. anyway, I haven't really played with the cPanel SSO links yet, so I don't know how to do what you want to do - i'd be tempted to email Support about this as cPanel handle WHMCS support.. so you might get someone who knows both WHMCS and cPanel - worst case scenario would be they throw their hands in the air, claim it's a customisation and send you back here! 0 Quote Link to comment Share on other sites More sharing options...
Tazmanian Posted May 23, 2016 Author Share Posted May 23, 2016 ROFL, yep might give that a try. I can see why this would be difficult to achieve though, because any website created using RVSitebuilder then has to be installed to the client's web root, RVSitebuilder does this from a remote location, so having the correct account identifier would be extremely important. Includign most cPanel links is not that tricky. IF you take a look at modules/servers/cPanel/overview.tpl the syntax & structure are very straightforward, for MOST things that is ROFL 0 Quote Link to comment Share on other sites More sharing options...
Tazmanian Posted May 24, 2016 Author Share Posted May 24, 2016 Submitted a ticket & it appears that the app I want to link cannot be done 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.