I just found out if you use this code you will have problem if member change the sorting to Linear Newest !! The ads will moved to the last post and not after the 1st post anymore
HTML Code:
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
But this code worked great
HTML Code:
<if condition="!$GLOBALS['FIRSTPOSTID']">
Can anyone tell me why the first code is preferable?