Cosmetic Change advice:
In your home_shoutboxbit, ya may want to change it from this:
Quote:
<td bgcolor=$color valign="middle"><a href="$bburl/member.php?s=$sessionhash[sessionid]&action=getinfo&userid=$userid"><normalfont><b>$us ername</b></a><br />$shout_text</normalfont></td>
|
to this:
Quote:
<td bgcolor=$color valign="middle"><a href="$bburl/member.php?s=$sessionhash[sessionid]&action=getinfo&userid=$userid"><smallfont><b>$use rname</b></a><br />$shout_text</smallfont></td>
|
Just changed the font from normal to small to match the rest of the front page.