The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
username colour changing
I have a registered police officer on my car forum and he is anactive helper of it.
I thought it would be different to make it stand out by having his username flash from Blue to Red. Is this possible |
#2
|
|||
|
|||
Making it flash would (i believe) require some javascript, which is a bad idea there. If you google "CSS flashing text" there are a bunch of threads about it. It'd only work in select browsers, and usually require JS.
On the other hand, changing it to a single color is easy. Create a new usergroup for him, making sure to set the permissions accordingly, and then in Usergroup Options for that usergroup, change the Username HTML Markup fields to whatever you wish. Easy way: Make the opener: Code:
<"font color="red"> Code:
</font> Opener: Code:
<span class="usermarkup"> [/code] </span> [/code] Then create a new CSS definition in your style manager for that markup. Code:
.usermarkup { color:red; font-weight: bold; Text-Decoration: Underline; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|