OK. You can now put the marquee in its own custom box.
In the FORUMHOME template find this code: $navbar
Add this below it:
Code:
<!-- custom block start -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
<tr>
<td class="tcat">
<!-- title start --><center>
Latest Threads
<!-- title end --></center>
</td>
</tr>
<tr>
<td class="alt2">
<!-- code start -->
$dev_latest_threads
<!-- code end -->
</td>
</tr>
</tbody>
</table>
<br />
<!-- custom block end -->