EricHamby Posted May 3, 2010 Share Posted May 3, 2010 I have a wordpress/whmcs intergratopn im working on. My site is http://mydomainname.com and my whmcs is located at http://mydomainname.com/profiles I want make some content on my wordpress not viewable unless a user is logged into whmcs, with using the whmcs loggedin statement work or is there call i need to make for it to check? 0 Quote Link to comment Share on other sites More sharing options...
EricHamby Posted May 5, 2010 Author Share Posted May 5, 2010 anyone please? 0 Quote Link to comment Share on other sites More sharing options...
Alistair Posted June 25, 2010 Share Posted June 25, 2010 You need to put your "login required" content in between IF statements, for example: {if $loggedin} <li><a href="cart.php">View Shopping Cart</a> <li><a href="logout.php">Logout</a> {/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.