Quote:
Originally Posted by karel1985
I use it for showing the ads after each 3th post
<vb:if condition="(THIS_SCRIPT == showthread) AND (($post[postcount] % 3) == 0)">
<li class="firstpost_advert_container"><div class="firstpost_advert">
YOUR AD CODE
</li>
</vb:if>
|
i need an adsense after each 9th post of a page. so if you go the the second page, its still on the 9th post of the page etc.