Change Usergroup Colors

Shahrukh Khan

New Member
Use this tutorial to change the color of usernames in postbit and the Whos Online box. Many admins do this so that members can distinguish between administrators, moderators and other usergroups.
  1. Go into adminCP
  2. Usergroups
  3. Usergroup Manager
  4. on the right, select the usergroup you want to change the color of, and click on edit and Go.
  5. Go to Username HTML Markup and add this in the fields:
To add color:

Left Field -
HTML:
<span style="color: #9F0505;">

Right Field -
HTML:
</span>

To add color and bold -

Left Field -

HTML:
<span style="font-weight: bold; color: #6699ff;">

Now add italics to the mix!

HTML:
<span style="font-style: italic; font-weight: bold; color: #6699ff;">

Change the color code to whatever HEX color code you want.
See the attached color chart




 
Wanted to ask is it somehow possible to make so that, in forum home last post fileds also show colored users? Really need that... :(
 
does anyone know how to mix the code for some usergrout to be gradient
for example to start with read and to finish with black
ets
or to be more colors
like MetalGear
or how is this posible
thanks
bye
 
mixman said:
Wanted to ask is it somehow possible to make so that, in forum home last post fileds also show colored users? Really need that... :(


my too I need color on last post...
 
these colors still aren't working completely.
vBulletin won't allow most of these color hex codes
i.e. 660000 won't work
 
Back
Top