Edit the threadbit template.
At the top add:
Code:
<if condition="$GLOBALS[threadcount] == X AND in_array(THIS_SCRIPT, array('forumdisplay')) AND is_member_of($bbuserinfo, 1,2)">
<if condition="$GLOBALS[threadcount]++"></if>
<tr>
<td class="alt1">
<img src="$stylevar[imgdir_statusicon]/thread_moved.gif" alt="" border="" />
</td>
<td class="alt2"> </td>
<td class="alt1">
<div>
INSERT ADSENSE HERE
</div>
</td>
<td class="alt2 smallfont" align="center">Sponsored Link</td>
<td class="alt1" align="center"></td>
<td class="alt2" align="center"></td>
<if condition="$show['inlinemod']"><td class="alt1" align="center"></td></if>
</tr>
<else />
<if condition="$GLOBALS[threadcount]++"></if>
</if>
Change X to the numerical value that you want
that was the original hack that places the adsense half banner ad below the Xth thread.
The rest is a modification of the threadbit layout.
As soon as google replies I let you know
Bookmarks