The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
glowing staff usernames
I need some help. How can i make it so the usernames of administrators are glowing red, the usernames of super moderators glowing orange and the usernames of moderators glowing blue?
|
#2
|
||||
|
||||
Usergroup html markup boxes.
do something like <span class="USERGROUPNAME"> in the firstbox, and in the second box do </span> Then, in your additional.css template: for admin we'd do something like Code:
.administrator { text-shadow: 0 0 2px red; } Code:
.supermoderators { text-shadow: 0 0 2px orange; } Code:
.moderator { text-shadow: 0 0 2px blue; } |
3 благодарности(ей) от: | ||
Brandon Sheley, CarpCharacin, Gio~Logist |
#3
|
||||
|
||||
do i keep the quotes around where i put the usergroup name?
|
#4
|
||||
|
||||
Yessir.
|
Благодарность от: | ||
CarpCharacin |
#5
|
|||
|
|||
In Usergroup Manager edit the group you want and in Username HTML Markup add
In the first box put Code:
<span style="color:red;font-weight:bold;text-shadow: 1px 1px 10px red;"> Code:
</span> |
Благодарность от: | ||
CarpCharacin |
#6
|
||||
|
||||
I don't suggest using style tags for this, its easier to use the classes, you can add/do more to them and don't have to edit the usergroups to change the markup.
|
#7
|
||||
|
||||
Yep. Style tags are not recommended really ever. Classes are much more optimized and efficient.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|