2 simple questions

Smashbox

Member
For the below screenshot, I was wondering two things.
1.) I was looking around and I can't figure out how to add other user groups to the staff list.
and
2.) I've seen some websites have their online list color coded. Is this a setting or a mod.

Thank you in advance.

sdfsdfdsfd.png
 
You can add other groups using this: http://xenforo.com/community/thread...r-as-staff-and-create-secret-moderators.7987/

There's also a template modification you can do: http://xenforo.com/community/threads/staff-online-show-more-than-admins-and-mods.6042/

For the coloured user names, you need to edit sidebar_online_users and change the code to this:
Code:
class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{xen:helper richUserName, $user}</a><xen:if is="{$i} < {$onlineUsers.limit}">,</xen:if>
 
Top Bottom