Log in

View Full Version : Legend for Usernames in Who's Online


ragintajin
06-23-2004, 05:04 AM
Can someone develop a legend for the Who's Online? For example:

-----------------------------------------------------------------
Most users ever online was 4454, 28. May 2004 at 03:26.
ragintajin, +Fares+, -mk-, Bush Music, chillrb, Cold Steel, Crinos
-----------------------------------------------------------------
Legend: Administrator, Moderator, Member

mtha
06-23-2004, 12:21 PM
a LAZY one:


Edit FORUMHOME template


look for

<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>


add below:

Legend: <b>Administrator</b>, <i>Moderator</i>, Member


Should find the variable for admin/mod markup, but i'm too lazy to find out :D

Loyalty4Life
06-23-2004, 08:41 PM
This is what I used:

<font color=#0000D8><b>Administrators</b></font>,
<font color=#006800><b>Community Moderators</b></font>,
<font color=#D80000><b>Moderators</b></font>,
<font color=#000000>Members</font>,
<font color=purple><b>Site Technicians</b></font></font></font>

neocorteqz
06-24-2004, 08:02 AM
a LAZY one:


:D
lmao, i love this response.

thanks, i might actually use this. I've been thinking of marking site mods and admins in a different markup.