So this is for those who do not want to install a mod or perhaps cannot and just want a simple legend with just a small skin edit.
ACP > Look / Feel > Skin Manager > (edit skin) > Edit Template HTML > Board Index > Active Users
Find this bit...
CODE
<b>{$active['GUESTS']}</b> {$this->ipsclass->lang['guests']}, <b>{$active['MEMBERS']}</b> {$this->ipsclass->lang['public_members']}, <b>{$active['ANON']}</b> {$this->ipsclass->lang['anon_members']}
Add this code immediately afterwards...
CODE
[<b><span style='color:#FF0000'>Administrators</span></b>] · [<b><span style='color:#CC0000'>Moderators</span></b>] · [<span style='color:#0000FF'>Members</span>] · [<span style='color:#AAAAAA'>Validating</span>] · [Spiders]
Obviously you will need to adjust the colours to suit what you have set in the manage member groups and rename / add / adjust groups as needed.
Quick screenshot anyway...


Help












