PDA

View Full Version : Forum Home Enhancements - Custom Colored Usergroup Legend


neonneon
02-02-2008, 10:00 PM
This works with any version of vBulletin. I am sure this is just another version of many other similar mods, but I thought I would share it any way. :)

What does this hack do?
This hack provides a colored usergroup legend in the What's Going On box...
See screen shots for more info.
Example:

Legend: ~Administrator~ - ~Super Mod~ - ~Moderator~ - ~Premium~ - ~Plasma Team~ - ~Retired Staff~ - ~Banned~

Live Demo:
http://transversegfx.com/forums/

Install:
Go to FORUMHOME Template
(Style Manager>Style you want to edit>Drop Down Menu>Edit Templates>Forum Home (double click)>FORUMHOME

Find:
<div>$activeusers</div>
</div>

Add After:
<div>
<br />
<b> Legend: <font color=red>~Administrator~</font> - <font color=blue> ~Super Mod~</font> - <font color=blue>~Moderator~</font> - <font color=lime>~Premium~</font> - <font color=cyan>~Plasma Team~</font> - <font color=grey>~Retired Staff~</font></b> - <s><font color=black>~Banned~</font></s>
</div>

Edit the colored text with what ever color you want....

YOUR DONE!
Congrats!
(you will have to add any additional groups you want)

LG Alex
11-25-2008, 12:47 AM
Very nice. Thanks for the input!