WhoIsDo
Active member
I've been able to setup what I need, but only for the standard user group. What's the best way I can take this section of code & apply it to multiple user groups (admins, mods, special groups, etc)? Thanks in advance!
Code:
<xen:if is="{xen:helper userTitle, $user} == 'Rank 1'">
<div class="ggbrank1"></div>
</xen:if>