Quote:
Originally Posted by boo.3
i added my little bar thing ... that tells the colors of the admins / mods / super mods etc
here is my old forums *the bar thing is on the botton*
www.b3designs.wf-hosting.com/forum
|
You mean the forum legend?
I guess the easiest thing to do would be to edit your forumhome template, finding this code:
Code:
<div class="smallfont">
<div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
<div>$activeusers</div>
</div>
and beneath it add something like
Code:
Legend: <font color="#000000'>Administrators</font> || <font color="#000001">Moderators</font> || etc
That isn't dynamic of course and you'll need to manually update the colours if you change them in usergroup settings, perhaps a hack for this exists though, you should do a search