thank you, great mod btw.
--------------- Added [DATE]1224529342[/DATE] at [TIME]1224529342[/TIME] ---------------
ok 1 problem doesnt seem to be working great for some reason it's not hooking every thread i post in that forum
this is my code,
Code:
<tr>
<td class="alt1">
<!-- show latest active threads -->
<table cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tbody>
<tr>
<td colspan="2">
<a href="search.php?do=getnew">Latest Active Threads</a>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="100%">
<div>
<script type="text/javascript" src="external.php?forumids=32,37,38,39,40&type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 8; x++)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> (Posted By: "+threads[x].poster+")<br />");
}
//-->
</script></div>
</td>
</tr>
</tbody>
<!-- show latest active threads -->
</table>
<br />
</td>
</tr>
any help?