This question has nothing to do with this mod, however dump this in your new template:
HTML Code:
<!-- show latest active threads -->
<table>
<tbody>
<tr>
<td>
<b>Latest Active Threads</b>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="100%">
<div>
<script type="text/javascript" src="http://www.YOURSITE.COM/external.php?forumids=49,71,11,78,12,14,13,79&type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 15; x++)
{
document.writeln("<a href=\"http://www.YOURSITE.COM/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br>(Posted By: "+threads[x].poster+")<br><br />");
}
//-->
</script></div>
</td>
Change YOURSITE.COM, the forum ID's and the 15 to as many threads as you would like to show!