Jake Bunce
Well-known member
Here is some template code you can use to conditionally display something for members / guests:
	
	
	
		
I tested this in several templates and it appears to work everywhere.
				
			
		Code:
	
	<xen:if is="{$visitor.user_id}">
	FOR LOGGED IN USERS
<xen:else />
	FOR GUESTS
</xen:if>I tested this in several templates and it appears to work everywhere.
 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		