vBulletin Tutorials

[Easy] How to: Group Name Colors

Submitted by Mr_Joker, , Thread ID: 1307

Thread Closed
15-02-2015, 04:54 AM
#1
Howdy! This is one of the easiest things in vBulletin - just posting this for our beginners :D

Step 1: Go to AdminCP > Usergroups > Usergroup Manager
Step 2: Edit usergroup. You have to do this for each usergroup that you like to be colored.
Step 3: Add this code in username HTML Markup:

First Textbox:
Code:
<span style="color: XXXX;">

Replace "XXXX" with your color name/code, visit www.w3schools.com for a HTML Color Table.

Second Textbox:
Code:
</span>

Save it and you're done! Tongue

RE: [Easy] How to: Group Name Colors

OP
#2
Which other tutorial ??

RE: [Easy] How to: Group Name Colors

#3
This is easy but still very useful, thanks.

RE: [Easy] How to: Group Name Colors

#4
Thanks, please write other tutorial

RE: [Easy] How to: Group Name Colors

#5
You can achieve the same result with <font color/> but the question is why would you use <span/> instead?

RE: [Easy] How to: Group Name Colors

#6
I congratulate you so much that you really did a good job

RE: [Easy] How to: Group Name Colors

#7
15-02-2015, 04:54 AM
Mr_Joker Wrote:
Howdy! This is one of the easiest things in vBulletin - just posting this for our beginners :D

Step 1: Go to AdminCP > Usergroups > Usergroup Manager
Step 2: Edit usergroup. You have to do this for each usergroup that you like to be colored.
Step 3: Add this code in username HTML Markup:

First Textbox:
Code:
<span style="color: XXXX;">

Replace "XXXX" with your color name/code, visit www.w3schools.com for a HTML Color Table.

Second Textbox:
Code:
</span>

Save it and you're done! Tongue

If you want to put it in bold it can be done in two ways:

Code:
<span style="color: xxxx; font-weight: bold;">

Code:
</span>

Or


Code:
<span style="color: xxxx;"><strong>

Code:
</strong></span>

RE: [Easy] How to: Group Name Colors

#8
I congratulate you so much that you really did a good job

RE: [Easy] How to: Group Name Colors

#9
Thank you! Definitely doing this on my VB Forum when I get the nulled version!

RE: [Easy] How to: Group Name Colors

#10
Wow thank you so much I found out thanks to you I am very glad that I got here

Users browsing this thread: 1 Guest(s)