Quote:
Originally Posted by bmroyer
I can't view color in firefox nor IE. I can't get it to display on my portal, but I thought for sure I could in forums. All it shows is the legend colors.
Here is my code in forumhome
Code:
<em>Legend:</em><strong style="color:blue">[Administrator]</strong>
<strong style="color:cyan">[Moderator]</strong>
<strong style="color:yellow">[Super Moderator]</strong>
<strong style="color:black">[Member]</strong>
<div>$activeusers</div>
</div>
</td>
</tr>
</tbody>
You can check the site out by:
http://www.unknownwriters.net
http://www.unknownwriters.net/forums
|
The code you have in the Forumhome template is simply for the legend. To change the colors of the usernames logged in on your site, you'll have to go into usergroup settings from within the admin cp.
Go into usergroups. Then go into usergroup manager. Then do an edit usergroup for each usergroup.
Choose
Username HTML Markup.
Insert something like
<font color="black"> in the first box, then close it off with </font> in the second box. (Obviously replace "black" with whatever color you want for that usergroup, etc...)
That should do the trick for you.