midasBalaa Posted August 21, 2014 Share Posted August 21, 2014 I have removed the header section of WHMCS as part of the integration with my website. Now clients can login from portal home but the log out button is no longer there. How can I enable the functionality without having to put the header back there. Thank in advance. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Sam Posted August 21, 2014 Share Posted August 21, 2014 For a user to be logged out, they must visit the logout.php page. This is as simple as creating a link. For an example, this is what it looks like in the header of the default template: 43 {if $loggedin} ... 121 <li><a id="Menu-Hello_User-Logout" href="logout.php">{$LANG.logouttitle}</a></li> ... 125 {else} 0 Quote Link to comment Share on other sites More sharing options...
midasBalaa Posted August 22, 2014 Author Share Posted August 22, 2014 Thank you so much 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.