Changing usergroup colors

ProBulletin

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 -
Code:
 [color=#000080]<span style=[COLOR=#0000FF]"color: #9F0505;"[/color]>[/COLOR]

Right Field -
Code:
 [color=#000080]</span>[/color]

To add color and bold -

Left Field -


Code:
[color=#000080]<span style=[COLOR=#0000FF]"font-weight: bold; color: #6699ff;"[/color]>[/COLOR]
Now add italics to the mix!


Code:
 [color=#000080]<span style=[COLOR=#0000FF]"font-style: italic; font-weight: bold; color: #6699ff;"[/color]>[/COLOR]

Change the color code to whatever HEX color code you want

Full List of hex codes here
 

KillaStaff

New Member
picture is possible, with the tag <img src="xx/xx/picture.gif/png" />

(for correct xhtml is <img src="xx/xx/picture.gif/png" alt="" border="0" /> )

it works with the usergroup
 
Top