View Full Version : Who's Online Text Color
pumarjr
04-24-2011, 03:08 PM
Where do I edit to change the who's online text color only? i want the users names to show in a different color, i've looked and changed a lot of text colors, I just cannot find it.
MGP_Tech
04-24-2011, 03:22 PM
It's in the usergroup manager area. You can set the Username HTML Markup there.
pumarjr
04-24-2011, 03:48 PM
any examples of code? color: #?
--------------- Added 1303667651 at 1303667651 ---------------
<font color="#ff0000"> got it, thx
--------------- Added 1303668107 at 1303668107 ---------------
hey, that changed the color of the users info everywhere, I only want it changed on the who's online page.
Lynne
04-24-2011, 04:24 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
pumarjr
04-24-2011, 05:33 PM
thx, but will that example only change the color on the index page? that's the only place i want the color changed, I do not want it changed in the forums.
Lynne
04-24-2011, 08:09 PM
You want all the user names changed only on the forum home page? And you want them to all be the same color there? Do you have any Username HTML Markup set up all ready for the usergroups? How about a link to the forum page?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.