The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi,
Is there a way to change usergroup colors on each individual syle? i.e. Dark Style the Administrators usergroup would appear Blue but on a Light Style it would appear Orange? Is there a way to do this on vBulletin, even if it requires a little bit of editing code? This isn't a huge deal, but it would be convenient for me. Just a basic yes or no is all I'm looking for really. - Revenga |
|
#2
|
||||
|
||||
|
Hey, yes there is through admincp you are able to setup html color code for each group.
|
|
#3
|
|||
|
|||
|
Yes, but can a single usergroup be styled blue for one style and orange for another style?
- Revenga |
|
#4
|
||||
|
||||
|
You may use CSS for that. You would set a class for the usergroup colors and then in each style, you may use CSS to make items of that class different colors.
<span class="admin">Administrator</span> Light color style - .admin {color: black;} Dark color style - .admin {color: white;} |
| Благодарность от: | ||
| Syxguns | ||
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|