[xFv]
Well-known member
I am looking for the xf2 equivalnt to this.
this is whatI have tried:
But keeps throwing an error!
Any Help is much Appreciated!
<xen:if is="{xen:helper ismemberof, $visitor, x}">This content will show to members of user group x</xen:if>
this is whatI have tried:
<xf:if is="{xf:helper ismemberof, $visitor, x}">This content will show to members of user group x</xf:if>
But keeps throwing an error!
Any Help is much Appreciated!