Log in

View Full Version : User Links


BOSS 302
05-26-2007, 02:38 AM
Hello,

On my forum home under "what's going on" my users online and users that visited the forum today show up as bold and it really bothers me. Anyway to fix it? Other than editing "Alt1" in the style manager. Because I think that would make the forum links not bold either.

Thanks.

WetWired
05-29-2007, 01:50 PM
If the boldness is being applied for normal text in alt1, then edit your FORUMHOME template, find
<div>$activeusers</div>
replace it with
<div style="font-weight:normal;">$activeusers</div>

If only links are being bolded, it's a bit more complicated...