Quote:
Originally Posted by HBRadio
I downloaded the file, what do I do now?
I am sort of new at vBulletin fourms, so I would really appreciate it if someone helped me 
|
go to your adminCP -> plugin system -> Import Plugin Definitions XML File.
Upload your legend.xml file.
next go to Styles&templates -> Style Manager -> choose your style and on the right press expand templates.
Find forumhome templates on the left on the list,doubleclick it ,found forumhome doubleclick it and found this code
<td class="alt1" width="100%">
<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>
</td>
</tr>
after this add
<tr><td class="thead" colspan="2">Legend</td></tr>
<tr><td class="alt1" colspan="2" ><span class="smallfont">$legend</span></td></tr>
then you go in usergroups manager ,edit your usergroup and write this in Username HTML Markup :
first window : <font color="red"> (or color you want)
second one </font>
thats it.