You can add a usergroup conditional in templates with this
4 is the usergroup id. But does xenforo's template syntax make a difference between primary and secondary usergroups? What I want is a conditional for primary usergroups only, completly ignoring secondary usergroups.
Code:
<xen:if is="{xen:helper ismemberof, $user, 4}">something</xen:if>
4 is the usergroup id. But does xenforo's template syntax make a difference between primary and secondary usergroups? What I want is a conditional for primary usergroups only, completly ignoring secondary usergroups.