I changed this
PHP Code:
<td nowrap align="right"><smallfont>$thread[lastreplydate] <font color="{timecolor}">$thread[lastreplytime]</font><br>by <a href="member.php?action=getinfo&find=lastposter&threadid=$thread[threadid]"><b>$thread[lastposter]</b></a></smallfont></td>
to
PHP Code:
<td nowrap align="right" width="100%"><smallfont>$thread[lastreplydate] <font color="{timecolor}">$thread[lastreplytime]</font><br>by <a href="member.php?action=getinfo&find=lastposter&threadid=$thread[threadid]"><b>$thread[lastposter]</b></a></smallfont></td>
and it never worked