CustomeContent only works on first reload
Posted: Mon Apr 30, 2007 5:10 am
I have CustomContent and FrontendUsers working but after I login my CustomContent won't show. Once I login it shows my login settings and to 'sign out'.
Here is my code:
Now the custom content randomly shows once. Sometimes it will show when I reload right after login but never show again. After login the logout template always shows. I can see that I am logged in, I just can't get the custom content to load instead of the logout template.
Also I would like to have one user account that 10-20 people can use. By default it seems only one IP can use the user account at a time. Is there a way to change this?
Here is my code:
Code: Select all
{cms_module module=CustomContent}
{if $customcontent_loggedin gt 0}
... MY CUSTOM CONTENT...
{else}
{cms_module module=FrontEndUsers}
{/if}
Also I would like to have one user account that 10-20 people can use. By default it seems only one IP can use the user account at a time. Is there a way to change this?