The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
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"> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|