XF 1.5 Conditional Statement for Guests + User Groups

ActorMike

Well-known member
Is there a way to add guests to this conditional statement too? I don't want the content to be shown to guests OR the member groups listed. Any help is greatly appreciated! I only want logged in, non paying members to see the content.

Code:
<xen:if is="!{xen:helper ismemberof, $visitor, 3, 5, 12, 15, 10, 11}">
Content
</xen:if>
 
Top Bottom