Quote:
Originally Posted by karlm
Good stuffs, Clark. Can it be set so as you can choose which post # the ads go to? i.e. atm, they're forced after post #1... but What if I wanted it to be on post #9 instead?
|
Hmm you should be able to, open the template postbit_legacy_ads_after_firstpost and find:
Code:
<vb:if condition="!$GLOBALS['FIRSTPOSTID']">
Replace with:
Code:
<vb:if condition="$post['postcount'] % $vboptions['maxposts'] == ?">
Replace the ? mark with the post number you want the Ads to show after and DO NOT include a trailing </vb:if> as it's already near the bottom

.
Let me know if that works

.