rmar
Member
Hello,
I'm wondering if this code will work for secondary usergroups as well. For example, user is in usergroups 3,4,5 with 3 being the primary one.
Would that be true or false? If false, how could I change that to work with secondary groups?
I'm wondering if this code will work for secondary usergroups as well. For example, user is in usergroups 3,4,5 with 3 being the primary one.
Code:
<xen:if is="{$user.user_group_id} == 5">
Would that be true or false? If false, how could I change that to work with secondary groups?