RobinHood
Well-known member
I'd like a section of the notice to only display when a user is logged in.
 
I've tried wrapping it in
 
	
	
	
		
 
But it still displays when logged out.
 
Any ideas?
 
I know I could use two notices, one for logged in users and one for visitors but I have a lot of notices like this that I don't want duplicated.
				
			I've tried wrapping it in
		Code:
	
	<xen:if is="{$visitor.user_id}">
stuff
</xen:if>
	But it still displays when logged out.
Any ideas?
I know I could use two notices, one for logged in users and one for visitors but I have a lot of notices like this that I don't want duplicated.