I got it to work on the right side and only for the FORUMDISPLAY. It will not display on the home page, a sub-forum page, or a thread page.
I changed up the hack a little
In the FORUMDISPLAY template, I put a portion of the hack
Code:
<!-- peterska2 side column -->
<table border="0" width="100%" align="center">
<tr>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / peterska2 side column -->
after
Code:
<if condition="$show['threadslist']">
<!-- threads list -->
<form action="inlinemod.php" method="post" id="inlinemodform">
<input type="hidden" name="url" value="$url" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="forumid" value="$forumid" />
Then this moves it to the right side. I put the rest of the hack
Code:
<!-- peterska2 side column -->
</td>
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
$sidecolumn
</table>
</td>
</tr>
</table>
<!-- / peterska2 side column -->
after
Code:
</tr>
</table>
<!-- / controls below thread list -->
</form>
You can see I split part of the top hack and move it to the bottom hack.
So far so good. I want to target my ads to specific forums and have them rotate.
Once I finish and get approval from management, I will put a live link for all to see. Right now I can only show you an image from my test box.
Mark