Log in

View Full Version : Usergroup Username Color specific


SpeedJunkyz
05-09-2008, 10:22 PM
One of our users suggested we get this:

Username color specific. Where like the color of Mod Users also Super mods and Admin have different color usernames.....

Also different sized avatars for privileged users who have earned it...... can anyone help me find this hack or how to

Lynne
05-09-2008, 10:27 PM
It's not a hack.

Go to Usergroups > Usergroup Manager > find a usergroup, like Super Moderators > Edit > Username HTML Markup.

Username HTML Markup
The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user's username like this:

[opening tag]username[closing tag]

Some HTML tags you might want to use here include:

<span style="font-weight: bold;">username</span> = username
<span style="font-style: italic;">username</span> = username
<span style="text-decoration: underline;">username</span> = username
<span style="color: red;">username</span> = username
<span style="font: 20px verdana;">username</span> = username

You can also do combinations by using more than one attribute in the style property:

<span style="font: 20px verdana; color: red;">username</span> = username

Go farther down on that page to Picture Uploading Permissions and you can set different avatar sizes.

Carlos X
05-09-2008, 10:30 PM
Its in usergroup permissions.

Its in HTML markup boxes.

I have a similar question myself, what is a good HTML markup for this? :confused:

EDIT: Agh, someone was a step ahead of me.

EDIT: Can I use HTML hex colors for the colors? Is that possible?

Dismounted
05-10-2008, 05:04 AM
Can I use HTML hex colors for the colors? Is that possible?
Whatever the bounds of HTML are, you can do.