1. In forumdisplay template find this:
and replace with this:
Code:
<!-- icon key -->
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="left" valign="top" width="350">
then replace this:
Code:
<!-- / icon key -->
with this:
Code:
</td>
<td align="right" valign="top">
put here your ad code
</td>
</tr>
</table>
<!-- / icon key -->
2. In showthread template replace this:
Code:
<td class="smallfont" align="$stylevar[left]">
$forumrules
</td>
with this:
Code:
<td class="smallfont" align="$stylevar[left]">
$forumrules
</td>
<td align="center">
put your ad code here
</td>