How to set this legend ???

But not in that style

then have you this Administrator - Moderator or • Administrator • Moderator

but not [Administrator] [Moderator]

GreetinZ,
 
find
Code:
$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
                <div>$activeusers</div>
add below
Code:
<br><div><small>Legend:<br> [ <span style=" color: #yourcolor ;">Administrator</span> ] [ <span style=" color: #yourcolor;">Super Moderator</span> ] [ <span style=" color: #yourcolor;">VIP/Donator</span> ] [ Registered User ]</small></div>
and you can use basic <font color= red>admin</font> html if you wish.
yah
 
Open the FORUMHOME template.

Find:

HTML:
<div>Members Online Now : $activeusers</div>

BEFORE ADD:

Code:
<div>
<br />
<small><strong>Legend:</strong></small><br />
<strong><small>
[ <font color=\"red\">Administrator</font> ] 
[ <font color=\"lime\">Super Moderator</font> ] 
[ <font color=\"yellow\">Moderator</font> ] 
[ <font color=\"#806517\">Site Security</font> ] 
[ <font color=\"purple\">Graphics Guru</font> ] <br />
[ <font color=\"cyan\">Site Supporter</font> ] 
[ <font color=\"green\">Donator</font> ]
[ <font color=\"#0000FF\">Active Member</font> ] 
[</strong> Member <strong>]</strong><br />

</small>
</div><br />
 
Don't think so... I am running that legend on one of my sites now...

Edit: Oops! I just checked that again and indeed it needs to be AFTER so the online members display correctly under the statistics. Sorry about the confusion.
 
Back
Top