The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi
Everyone has the same blue color but I want members to see who is a moderator and who isn't. How can I get my moderators to have different font color in their name, for example red? Thanks |
#2
|
|||
|
|||
![]() Quote:
Take a look at username html markup. Change that to something like this: Code:
<span class="moderator"> </span> Then go to the template -> main CSS section, and in the very bottom CSS (additional css definitions), add something like this: Code:
.moderator{ color : #0000FF ; font-class : bold; } |
#3
|
||||
|
||||
![]()
Or just put
Code:
<font color="#0000FF"> </font> |
#4
|
|||
|
|||
![]()
It's best to do it the other way , for validity purposes. The <font> tag has been removed for quite some time, in favor of css. Yeah, it still works, but as far as validity is concerned, that is NOT valid html.
|
#5
|
||||
|
||||
![]() Quote:
But for TC, I'd go ahead and do what wolfstream suggested. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|