nick2009 Posted May 25, 2009 Share Posted May 25, 2009 hello all, I am trying to find documentation on how exactly to restrict access in the same way access is restricted here: /clientarea.php I would like to have the same restrictions for: submitticket.php supporttickets.php serverstatus.php announcements.php downloads.php knowledgebase.php networkissues.php is there somewhere in the documentation i have missed that would explain how to do this? many thanks for those that can help I am using whmcs 4.0 thank you 0 Quote Link to comment Share on other sites More sharing options...
hightekhosting Posted May 25, 2009 Share Posted May 25, 2009 Unfortunately, this is not an option in WHMCS at this time, nor would I see the point. Having areas like the KB locked out would be useless really. I would like to have the same restrictions for: * networkissues.php If you go to the Settings -> General Settings - > Support, you can enable a lockout for this one under the title "Network Issues Require Login" 0 Quote Link to comment Share on other sites More sharing options...
minadreapta Posted May 25, 2009 Share Posted May 25, 2009 {if $loggedin} the code you want here {/if} 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted May 25, 2009 Share Posted May 25, 2009 Couldn't you wrap each page with the $loggedin case and show the login form otherwise? {if $loggedin} Entire contents of the page(tpl) you'd like to "protect". {else} A login form here.. {/if} 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.