ive got {member_id} in my sidebar and main center column on the same page. in the sidebar it prints out as “0” and in the main column as “1”. it seems the sidebar is right - when im logged in it says 1 and when logged out 0. but in the main column it always says 1 even after logging out.
id like to use the member_id value to show content to user only if they are logged in, so:
{if {member_id} == 0}
show content for logged out users
{if:else}
show content for logged in users
{/if}
possible?
