I am looking for a condtional that will show an ad only if there is "x" posts on the page.
At the moment I am using:
Code:
<vb:if condition="$GLOBALS[threadinfo][replycount] >= x">AD</vb:if>
to display this ad only if there is minimum "x" posts posted in the thread but I would like to extend it to display it on only if there are "x" posts displayed on the page.
Anyone?