hi...
(a little add to this hack)
i added an
onclick to the TR, so i can click on TR to open PM's:
(del the space between { and categorybackcolor!)
find in forumhome_pmloggedin:
PHP Code:
<td id="pmBox" bgcolor="{ categorybackcolor}" colspan="6">
change it to:
PHP Code:
<td id="pmBox" bgcolor="{ categorybackcolor}" colspan="6" onMouseOver="this.style.cursor='hand';" onclick="window.location.href='private.php?s=$session[sessionhash]'">
br red