Look in the FORUMDISPLAY template for the code in
black:
Code:
<if condition="$announcebits">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist">
<tbody>
$announcebits
</tbody>
</table>
</if>
<if condition="$show['forumslist']">
<!-- sub-forum list -->
Add the code in
Green as shown. Then find:
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist">
<tbody>
$announcebits
<tr>
<if condition="$show['search_engine']">
Delete the code in
red.
I haven't tested it though, so keep a backup of the old template! (Copy and paste it into notepad or something)