This thread always pops up on google when searching how to do this: https://xenforo.com/community/threads/usergroup-checking-in-the-templates.9447/.
But how do you do convert that to curly syntax so it can be used within a html tag?
Code:
<xen:if is="{xen:helper ismemberof, $visitor, 4}">
stuff to display for members of user_group_id 4
</xen:if>
But how do you do convert that to curly syntax so it can be used within a html tag?