Colin Arenburg
New member
Hello,
I am trying to make it so that only certain user groups can see the users can see it. this is the code i have.
	
		
I am not sure what would be used to make it only viable to the selected groups. i believe it would be something like
	
		
 is this correct
				
			I am trying to make it so that only certain user groups can see the users can see it. this is the code i have.
		Code:
	
	<xen:if is="{$notsurewhatwouldgohere} == 1">
<xen:if is="{$post.position} == 0">
<img src="adlink" alt="logo" />
</xen:if>
</xen:if>I am not sure what would be used to make it only viable to the selected groups. i believe it would be something like
		Code:
	
	 $group_id == 1 
 
		