PDA

View Full Version : How to set Admin / Mod username colors ?


MaXimus
12-02-2011, 07:16 AM
I see on some forums that the Admin usernames colors are set to Bold Red and the Moderators are set to Green while the members are at the default Blue color

Where to set this option?

Thanks

PS: Running vBulletin v4.1.8

sivaganeshk
12-02-2011, 09:06 AM
Im also looking for it.

ForceHSS
12-02-2011, 10:06 AM
Admincp/Usergroups/Usergroup Manager/ edit the group you want in the Username HTML Markup put in the first box <span style="font-weight:bold; color:red"> and 2nd box </span>

Lynne
12-02-2011, 04:40 PM
Usergroup Manager > Edit Administrators > 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

HMBeaty
12-02-2011, 04:42 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=253180" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=253180</a>

MaXimus
12-02-2011, 07:39 PM
https://vborg.vbsupport.ru/showthread.php?t=253180

Thanks a lot!

This is the guide I was looking for!

Cheers!