Log in

View Full Version : How To Add usergroup Colour


Vackrick
01-08-2009, 12:55 AM
Hi i want to edit the HTML Usergroup Color

I Want to add red den the Administrator Words

And I Also Want The Banned Members To Have a line like this --------------

pLEASE HELP

Lynne
01-08-2009, 01:00 AM
Admins - Red:
first box: <span style="color:red;">
second box: </span>

Banned - Line through:
first box: <span style="text-decoration: line-through;">
second box: </span>

Vackrick
01-08-2009, 04:48 AM
Admins - Red:
first box: <span style="color:red;">
second box: </span>

I WANT THE ADD THE ADMIN NAME INSIDE THE HTML

Dismounted
01-08-2009, 05:14 AM
The username will appear between those two pieces of code automatically.

Vackrick
01-08-2009, 05:28 AM
dude u know

first box: <span style="color:red;">example administrator>

</span></span>

i need help pls

Dismounted
01-08-2009, 07:26 AM
dude u know
I don't know. :rolleyes:

Add Lynne's code into the HTML Markup boxes of a usergroup. The username will automatically appear in the middle of the two when displayed. If this is not what you want, what do you want?

Lynne
01-08-2009, 02:32 PM
I thought I was posting what you asked for - the HTML Usergroup Color. If you want something else, then you are going to have to explain it better.

zippys
01-08-2009, 02:37 PM
Hi Lynne,
I understand your markup, Could you tell me where to put it? I would like "usergroup" names to be colored, like your usergroup is moderator. Currently im in add new usergroup and looking in there, but i see where you make a "username" colored, but not where I could make the group colored. Any thoughts?

Lynne
01-08-2009, 02:54 PM
I'm not positive, but I'd guess Moderator is a Rank for me. That's what I use on my sites anyway. HTML is allow in the text for the user rank.

<span style="color:red;">Admin </span>

zippys
01-08-2009, 03:30 PM
Thanks Lynne,

for anyone who stumbles across this , heres what I did:

I deleted all the "USER TITLES"
I recreated them in "USER RANKS"
In user ranks you can use the above html to code to add colors to your user rank/title. This way there is only 1 rank showing, and you can assign them based on usergroup.

For my case i wanted to create a moderator rank,with color so i set the group to moderator, min posts 0, display = always, stack = no and put <span style="color:black;font-weight:bold">Moderator</span> in the "OR you may enter text" box.

If you do not delete your user titles and also use user ranks both will show up.