View Full Version : Active Users Display Different Colors, Bold?
SimonTuffGuy
04-17-2008, 12:50 AM
We just converted our forums over to VBulletin... I'm a member on several other sites that use VB, and their "special permissions people", like admins, mods, donators, etc are usually in a different color or bolded...
Is this a specific board setting? Where can I change that information on my site? It's not doing anything for our admins, mods, donators, etc.
Any help would be appreciated. I'm running 3.6.8 l2, the only hack we have installed in the iTrader mod and CMPS index page.
Thanks. :)
Lynne
04-17-2008, 03:01 AM
Admin CP > Usergroups > Usergroup Manager > select usergroup to Edit > Username HTML Markup (Specify an opening and closing HTML tag with which to display the names of users in this group. This applies to names that appear on Logged-in Users, Who's Online, Users Browsing Forum, Users Browsing Thread, Posts, Member List etc.)
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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.