Quote:
Originally Posted by StarBuG
Is it possible to display the Ad after the Nth thread?
That would blend in much better.
And what about always displaying the current date instead of --- ?
Is that possible?
Help is appreciated
|
Edit the
threadbit template.
At the top add:
PHP 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