Log in

View Full Version : How do get coloured usergroups??


Killy01
07-30-2008, 04:07 PM
Well I was just wondering if you could have coloured usergroups in vbulletin much like you can have coloured usernames. In the picture below I would like the text that says "Administrator" (Underneath my username but above the image) to be a different colour, how would I go about doing this? would it be available in the admincp or would it be a template edit?

Thanks

Killy

Shazz
07-30-2008, 05:03 PM
Admincp > Usergroup Manager > Pick your usergroup

Username HTML Markup - Use <font color="red">

Then in the box right next to it close the tags </font>

Killy01
07-30-2008, 06:57 PM
I don't know if I made myself very clear, I have already got my username to be red. I would just like the text that says "Administrator" (below the username) to be a different colour (So i can have different coloured groups). As far as I can see your way only works for the username

Cheers

Killy

afullcup
07-30-2008, 07:33 PM
I don't know of a way to do it across the board for a usergroup, but I do this on a per user basis. In the User Manager, for Customer User Title select Yes, admin set (HTML allowed). Then you can put whatever you want to in the title - for instance:

<b><font color=red>Administrator<font></b>

hth

Brandon Sheley
07-30-2008, 08:02 PM
don't use font, use span ;)


<span style="color: #BD2200;"><strong>


and it's user ranks, allow them to stack ;)

Killy01
07-31-2008, 08:36 AM
http://i6.photobucket.com/albums/y235/JTK100/progress.png
thanks for all your help so far people ;) we are making progress. I now have 2 bits of text that say administrator. using the idea that Loco.M suggested seemed to work. but now I just need to work out how to get the one above the red one to go away.

Any Ideas?

Killy

Dismounted
07-31-2008, 09:44 AM
Make sure you don't have a user rank for Administrators as well.

Killy01
07-31-2008, 05:47 PM
got it working finally, thanks to everyone who helped,

Cheers

Killy