When i log on, it doesnt seem to show the "hidden content" only available to logged on people though sometimes it does work but when I change pages I am still logged on but the contents doesnt reflect this.
The code used in all the pages is like the following:
Code: Select all
{cms_module module=FrontEndUsers} {cms_module module=CustomContent} {if $customcontent_loggedin}
<h1>Bedroom Furniture<br /></h1>
{else}
<h1>You are not authorized yet, you need to log in</h1>
{/if}