Log in

View Full Version : How do you add coloured ranks for normal members?


Armageddonz
10-29-2008, 08:34 PM
At the moment, only the staff in my forum has. Is this default or an additional mod to be added? I want their names to appear in colours based on their respective usergroups.

parash
10-29-2008, 08:50 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=186766&highlight=coloured+username" target="_blank">https://vborg.vbsupport.ru/showt...oured+username</a>

Lynne
10-29-2008, 09:12 PM
Usergroup Manager > Edit usergroup > 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