The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
multicolored name
<a href="http://www.mmoccforum.com/interviews-articles/6994-interview-amber-hydro-island-community-manager.html#post67122" target="_blank">http://www.mmoccforum.com/interviews...html#post67122</a>
How did he get two colors as his name? :P |
#2
|
|||
|
|||
He used the font tag...
HTML Code:
<font color="black">C</font><font color="orange">h</font><font color="black">u</font> |
#3
|
||||
|
||||
Where is this tag placed?
|
#4
|
||||
|
||||
No.. that wouldn't work. You'd need a plugin to break down the username and switch the style on each letter.
|
#5
|
||||
|
||||
You would also want to use the "<span style='color: #FF0000;'/>" as its more w3c compliant.
|
#6
|
||||
|
||||
You can also use vBulletin's own Replacements system to replace all occurences of "Chris M" to "Chris M" etc
Chris |
#7
|
||||
|
||||
Quote:
Code:
<span style="color:#ff0000">text_here</span> |
#8
|
||||
|
||||
Well I got bored and decided to see what I could put together, and came up with this:
PHP Code:
Dunno how efficient it is, but it does work. |
#9
|
||||
|
||||
Quote:
|
#10
|
||||
|
||||
Is that syntax correct?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|