The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How do you make it so hat Moderators and Admin usernames appear different colors on the forums?
|
#2
|
||||
|
||||
![]()
You can use HTML.
For example to change the Administrator username color and style to red, bold and italic. AdminCP -> Usergroups -> Usergroup Manger -> Edit user group Administrator(id:6) -> Username HTML Markup -> Add to first box: HTML Code:
<span style="font-weight: bold; font-style: italic; color: #FF0000">
HTML Code:
</span>
Add a new CSS definition to your style, HTML Code:
.username_admin { color: #FF0000; font-weight: bold; font-style: italic; } <span class="username_admin"> |
#3
|
|||
|
|||
![]()
Ah, so that's how it's done individually if you run more than one style. Thanks alot.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|