Restricting content based on custom contact and FEU
Posted: Tue Jul 15, 2008 3:36 pm
I have a page block with downloadable content that I only wnt to display if user is logged in. IN the default template I have
{if $customcontent_loggedin > 0}
Welcome {$customcontent_loginname}
{else}
You are not authorized to view this data
{/if}
{content}
When I am not logged in, it still displays the block with the links. Any thoughts anyone. Page cache is definitely turned off.
{if $customcontent_loggedin > 0}
Welcome {$customcontent_loginname}
{else}
You are not authorized to view this data
{/if}
{content}
When I am not logged in, it still displays the block with the links. Any thoughts anyone. Page cache is definitely turned off.