The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Username Question
Hey,this is a really easy question(though I cant quite do it )
How do I change the colors of different usergroups?lets say I want admins to be green and moderators to be yellow,how would I do that? Im pretty sure the answer is obvious(but obviously not for me) Thanks. |
#2
|
||||
|
||||
here is a way to do it for the Admin usergroup as an example.
Add something like this to your Additional CSS Definitions: /* ***** username colors ***** */ .admin_username { font-weight: bold; font-style: italic; color:#FF0000; } Then: AdminCP --> Usergroups -->Usergroup Manager --> Edit Administrator Usergroup --> Username HTML Markup --> Add this for opening and closing HTML tag : Opening: <span class="admin_username"> Closing: </span> Do this for each usergoup you want to color usernames. The advantage to doing it this way is you can define different colors for multiple styles if you have them installed on your board. |
#3
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|