Quote:
Originally Posted by iran.gs
how do u change the color of members this only makes a chart who is what can someone tell me how to make vip admins etc color listing works
|
Real quick what you need to do in each usergroup Manager is put HTML code here:
Quote:
Username HTML Markup (Specify an opening and closing HTML tag with which to display the names of users in this group. This applies to names that appear on Logged-in Users, Who's Online, Users Browsing Forum, Users Browsing Thread, Posts, Member List etc.)
|
Puting code there will make the username a different color and then you can make the legend the same color.
If you need example code, look in the
vBulletin Manual.
or a simple one would be:
Code:
Left Box:
<span style="color : red">
Right Box:
</span>
Hope that helps.