The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
how do you change the membergroup colors
I heard their is a code you have to put in |
#2
|
|||
|
|||
![]()
Yea ...under the usergroup settings, in the Username HTML Markup field, you use SPAN tags to configure colors.
The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user's username like this: [opening tag]username[closing tag] Some HTML tags you might want to use here include: <span style="font-weight: bold;">username</span> = username <span style="font-style: italic;">username</span> = username <span style="text-decoration: underline;">username</span> = username <span style="color: red;">username</span> = username <span style="font: 20px verdana;">username</span> = username You can also do combinations by using more than one attribute in the style property: <span style="font: 20px verdana; color: red;">username</span> = username Just click the help button next to the field... So say I want the name to be underlined... in the left box put Code:
<span style="text-decoration: underline;"> Code:
</span> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|