Log in

View Full Version : How do I change the colors for the usrgroup?


corn dog
01-29-2006, 04:21 AM
Once again,new.I am trying to figure out how to make your name a certain color if you are an admin or a mod,how is it done?

Lizard King
01-29-2006, 04:27 AM
Why don't you use search function ?

Guest210212002
01-29-2006, 05:01 AM
Once again,new.I am trying to figure out how to make your name a certain color if you are an admin or a mod,how is it done?

Have a look at the CSS Username Howto linked in my sig.

Marco van Herwaarden
01-29-2006, 08:53 AM
You can set the Username HTML Markup in the Usergroup settings.

Rahuldhanpat
01-29-2006, 01:31 PM
You can set the Username HTML Markup in the Usergroup settings.


Plz Give An example here!!!

corn dog
01-29-2006, 01:37 PM
Plz Give An example here!!!

Umm I dont know where to put the code,On the user mark up.

Guest210212002
01-29-2006, 08:52 PM
AdminCP -> Usergroup Manager -> Usergroup You'd Like to Edit -> Edit Usergroup.

Look for Username HTML Markup. The first box is the opening statement, the second is the closing.

So if you want to use my CSS way of doing it (in my sig), for example, the opener would be: <span class="adminmarkup"> and the closer: </span>

You can use basic HTML in there as well, such as <font color="green"><b> for the opener and </font></b> for the closer, which would give you bold/green names, but CSS is a better and more cross-browser compliant way to do it. Plus it's easier to just change it in the CSS (one location) instead of editing each usergroup every time you want to change the markup.

https://vborg.vbsupport.ru/showthread.php?t=105598

See screenshot if you need further clarification on where to make the edit.