I used this:
{if logged_out}
{/if}
{if logged_in}
{/if}
It seems that I am always default as logged in? What do I need to do to change that?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
May 01, 2008 9:08am
Subscribe [3]#1 / May 01, 2008 9:08am
I used this:
{if logged_out}
{/if}
{if logged_in}
{/if}
It seems that I am always default as logged in? What do I need to do to change that?
#2 / May 01, 2008 10:06am
If you visit the site right from your control panel, you are normally logged in, yes. You’d need to explicitly logg out, and then visit again.
#3 / May 01, 2008 10:35am
What I also do is to use three browsers:
1. Logged in SuperAdmin User
2. Logged in Member
3. Not logged in
That way you can test for the three most common user scenarios.
Make sense?