The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can you add color in
Hi everyone I wonder if there is a plugin that allowes you to get this;
Welcome, FSG . I'm sorta looking for a plugin like that, I've seen it befor but I don't remember where. Thanks in advance. |
#2
|
|||
|
|||
You can add this in a notice.
you can use this as begin: Code:
Welcome, {font-color="yellow"}{musername}{/font} {br} {br} Your Text //EDIT: you can use {username} too if you don't want that it shows your HTML group mark up |
#3
|
||||
|
||||
Now, my guess would have been that he wants to color the username in the already existing "Welcome, username" message at the top of the header, not just adding it once againg a few pixels below.
Which would be done by editing the header template, changing bbuserinfo.username to bbuserinfo.musername in the following line of code (which will preserve the color added to the username by usergroup or individual user settings): Code:
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li> |
Благодарность от: | ||
John Lester |
#4
|
|||
|
|||
Quote:
|
#5
|
||||
|
||||
Just as I said: The code is in the header template. That's where you need to make the change. And you would have to do that for every style you use.
I have no idea what you mean by "main template". |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|