To display Ad after the 5th post ONLY if the thread has 10 posts, I used the below conditional -
Code:
<vb:if condition="($post['postcount'] % $vboptions['maxposts'] == 5) AND ($post['postcount'] > 9)">
but this is not working. what is happening is that the ad is not getting displayed after 5th post even when there are 10 posts in the thread.
Please help me with the workable conditional.
Thanks.