Control side by by login in or not

I’m trying to control a side box, by if a customer is loged in or not. easy enough if it is a page.

Am I missing something?



Thanks,

David DeWitt

Template syntax:

{if $auth.user_id}

They’re logged in

{else}

They’re not

{/if}

Thanks tbirnseth,

Didn’t know if I had to edit the tpl or if I was just missing something.

Will try this out tonight.



Dave DeWitt

Hey that works great. Was not sure where to place it at first. Put it as the first line in the correct side template.

Thanks,

Dave