I've been playing around with this some more. If I use the code below:
Code: Select all
{cms_module module=FrontEndUsers}
{cms_module module=CustomContent}
{if $customcontent_loggedin}
Welcome {$customcontent_loginname} <br />
{global_content name=$customcontent_loginname}
{else}
<h1><span class="blue1">You are not authorized to view this data</span></h1>
{/if}
and I try to login as one of my users, I will be logged in sucessfully, but, the text will display "you are not allowed..." however, If I leave it on that page, and in another tab/window, clear the cache in the global settings, then go back to the previously mentioned page, and hit refresh, it works. once. if i reload again, back to logged in, but with the wrong content. Any thoughts?
sloe