jnet Posted May 28, 2008 Share Posted May 28, 2008 I want to make a page that just login users can see inside whmcs please tell me how 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted May 28, 2008 Share Posted May 28, 2008 Hi, Try http://wiki.whmcs.com/Creating_Pages to create your .php page. then create your .tpl file which gives you your layout & structure to make your page user-only access, start your .tpl file with {if $loggedin} --place your fields here-- {/if} {else} <p><h4>Please <a href="/support/clientarea.php" >Login</a> or <a href="/support/register.php" >Register</a> to access the rest of our information.</h4></p> </br> {/if} If you aren't sure how to progress, do a search on "custom pages", as there's a wealth of info already in the forum 0 Quote Link to comment Share on other sites More sharing options...
jnet Posted May 28, 2008 Author Share Posted May 28, 2008 thanks a lot man 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.