Quote:
Originally posted by FireFly
forumhome_loggedinusers and forumhome_pm or something like that.
|
yes i found this out already firefly, thanks anyways! i was trying to change it to 50% but it wont change I done this code but it stayed 100%
What should i change it to?
PHP Code:
<tr id="cat">
<td id="pmBox"bgcolor="{categorybackcolor}" align="center" colspan="6" width="50%">
<normalfont color="{categoryfontcolor}" width="50%"><b>
>>><a href="private.php?s=$session[sessionhash]"><normalfont color="{categoryfontcolor}">
<b>Private Messages</b></a> <<<</normalfont>
</td>
</tr>
<td bgcolor="{secondaltcolor}" align="center" valign="top"><img src="{imagesfolder}/$lightbulb.gif" alt=""></td>
<td bgcolor="{firstaltcolor}" colspan="5"><smallfont>
<b>$bbuserinfo[username]</b> - You have $newpm[messages] new message(s) since your last visit.<br>
(You have $unreadpm[messages] unread messages and $allpm[messages] total messages in all your folders.)</smallfont></td>
</tr>