Installed!
Thanks, great hack!
Sorry about contacting you on msn, won't happen again..
As for my question, I was trying to setup your hack with a few modifications...
Basicaly I want to make it exactly like you have on your second screenshot..
This is the code I have in there right now trying to accomplish that..
PHP Code:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="{categorybackcolor}" width="100%" align="center">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td bgcolor="{categorybackcolor}" colspan="1">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td bgcolor="{categorybackcolor}">
<B><normalfont>Statistics</normalfont></B></td>
</tr>
</table>
</td>
</tr>
<tr>
<TD bgcolor="{secondaltcolor}" width="100%">
<smallfont>
<b>Top 5 New Thread Replys:</b>
<hr>
<table>
<tr>
<td width=65%><smallfont>Thread Names:</smallfont></td>
<td width=25%><smallfont>Last Posters:</smallfont></td>
<td width="10%"><smallfont>Replies:</smallfont></td>
<td align="right"><smallfont>Views:</smallfont></td>
</tr>
<tr>
<td width=65%><smallfont> <a href="showthread.php?s=$session[sessionhash]&threadid=$thread[threadid]"><b>$thread[title]</b></a></smallfont></td>
<td width=25%><smallfont><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$thread[postuserid]">$thread[postusername]</a></smallfont></td>
<td width="10%"><smallfont>$thread[views]</smallfont></td>
<td align="right"><smallfont>$thread[replycount]</smallfont></td>
</tr>
</table>
</smallfont></td>
</tr>
</table>
I'm not sure what I'm doing wrong, if it's coding in the index.php or in the threadbits template..
Basicaly it just takes that table, and for each "latest XXX thread" it makes a whole new 'complete' table for it...
Any support would be greatly apreciated.
Thanks
-Antorz