View Full Version : member username colors
Stormraven
09-30-2009, 02:27 AM
Is there a way to get member username colors on the forumhome? For example normal members being black, admins being red, and mods being green, is there a way to get those colors on the forumhome?
Please help me out :)
Lynne
09-30-2009, 03:24 AM
Username HTML Markup, you mean?
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
Stormraven
09-30-2009, 03:26 AM
Yeah but that doesnt do it on the main page of the site :S in the last posts cell I mean.
Lynne
09-30-2009, 03:44 AM
It doesn't do it on some of the main page of the site - but not en the Last Post By box which you've now specified. I think there is a modification to do it there, so try a search for it.
Stormraven
09-30-2009, 03:54 AM
Ahh found it, thankyou :)
Michael.A
09-30-2009, 04:12 AM
can you link me or tell me what you search for?
Dingo14
10-02-2009, 05:46 AM
Used this works great
https://vborg.vbsupport.ru/showthread.php?t=218773
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.