Ok.. Here's my template setup:
forumhome_forumbit_level1_nopost:
########################################
<tr id="cat">
<td bgcolor=""#90B9F1" background="images/cat_bg.gif"" colspan="6">
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]">
<normalfont color="#FFFFFF"><b>$forum[title]
<tr align="center">
<td bgcolor=""#C1D7F4" background="images/head_bg.gif""><smallfont></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"" align="left"width="40%">
<smallfont color="#000000"><b>Forum</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"">
<smallfont color="#000000"><b>Options</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"">
<smallfont color="#000000"><b>Posts</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"">
<smallfont color="#000000"><b>Threads</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"" width="30%">
<smallfont color="#000000"><b>Last Post</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"" nowrap width="25%">
<smallfont color="#000000"><b>Moderator</b></smallfont></td>
</tr>
########################################
forumhome_forumbit_level1_post
########################################
<tr align="center">
<td bgcolor="#FFFFFF" colspan="2" align="left">
<table cellpadding="0" cellspacing="0" border="0"><tr width="100%">
<td valign="top"><img src="images/$forum[onoff].gif" border="0" alt=""></td>
<td><img src="images/clear.gif" width="9" height="0" border="0" alt=""></td>
<td><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]">
<normalfont><b>$forum[title]</b></normalfont></a>
<br><smallfont>$forum[description]</smallfont></td>
</tr></table>
</td>
<td bgcolor="#F9F9F9">
<normalfont> <a href="$forum[forumid]">$forum[replycount]</a></normalfont></td>
<td bgcolor="#FFFFFF">
<normalfont>$forum[threadcount]</normalfont></td>
<td bgcolor="#F9F9F9">
<smallfont>$forum[lastpostinfo]</smallfont></td>
<td bgcolor="#FFFFFF"><smallfont>$forum[moderators]</smallfont></td></tr>
########################################
forumhome_forumbit_level2_nopost
########################################
<tr id="cat">
<td bgcolor=""#90B9F1" background="images/cat_bg.gif"">
<smallfont> </smallfont></td>
<td bgcolor=""#90B9F1" background="images/cat_bg.gif"" colspan="5">
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]">
<normalfont color="#FFFFFF"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="#FFFFFF">$forum[description]</smallfont></td>
</tr>
<tr align="center">
<td bgcolor=""#C1D7F4" background="images/head_bg.gif""><smallfont></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"" align="left" width="40%">
<smallfont color="#000000"><b>Forum</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"">
<smallfont color="#000000"><b>Options</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"">
<smallfont color="#000000"><b>Posts</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"">
<smallfont color="#000000"><b>Threads</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"" width="30%">
<smallfont color="#000000"><b>Last Post</b></smallfont></td>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"" width="25%">
<smallfont color="#000000"><b>Moderator</b></smallfont></td></tr>
########################################
forumhome_forumbit_level2_post
########################################
<tr align="center" width="100%">
<td bgcolor="#F9F9F9" valign="top">
<img src="images/$forum[onoff].gif" border="0" alt=""></td>
<td bgcolor="#FFFFFF" align="left"
onMouseOver="this.style.backgroundColor='#F9F9F9';
this.style.cursor='hand';"
onMouseOut="this.style.backgroundColor='#FFFFFF';"
onClick="window.location.href='forumdisplay.php?s= $session[sessionhash]&forumid=$forum[forumid]'">
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a>
<br><smallfont>$forum[description]
</td>
<td bgcolor="#F9F9F9">
<a href="newthread.php?s=&forumid=$forum[forumid]">
<img src="images/front_newicon.gif" ALT="Start New Thread" border="0"></a>
<a href="search.php?action=getnew&forumid=$forum[forumid]">
<img src="images/front_searchicon.gif" ALT="Search Forum for New Posts" border="0"></a>
<a href="member2.php?s=&action=addsubscription&forumi d=$forum[forumid]">
<img src="images/front_subscribeicon.gif" ALT="Subscribe to this Forum" border="0"></a>
<a href="forumdisplay.php?s=$session[sessionhash]&action=markread&forumid=$forumid">
<img src="images/front_markicon.gif" ALT="Mark Forum as Read" border="0"></a>
</td>
<td bgcolor="#FFFFFF"><normalfont>
<a href="$forum[forumid]">$forum[replycount</a>
</normalfont></td>
<td bgcolor="#F9F9F9"><normalfont>$forum[threadcount]</normalfont></td>
<td bgcolor="#FFFFFF" nowrap><smallfont>$forum[lastpostinfo]</smallfont></td>
<td bgcolor="#F9F9F9" valign="middle" align="right" nowrap><smallfont>$forum[moderators]</smallfont></td></tr>
</tr>
########################################
Now.. I apologise if that doesn't clear up the problems.. your template code looks pretty messed up to me.. my advice is to revert them to there original and follow the instructions on the hack to the word.
|