theArchitect
Member
I have found the template and code which displays the Staff Online box (sidebar_online_users):
I want to add another user group to the staff list, but I can't work out which code to use. I tried the group number and the group url name:
But neither worked. Any thoughts?
PHP:
<xen:if is="{$user.is_moderator} OR {$user.is_admin}">
I want to add another user group to the staff list, but I can't work out which code to use. I tried the group number and the group url name:
PHP:
OR {$user.is_5}
OR {$user.is_group-name}
But neither worked. Any thoughts?