Well I'm really scratching my head I'm trying to get a conditional to work only if in a certain forum if but also by postcount.
Code:
<vb:if condition="!in_array($postinfo['forumid'], array(2,4))">
<vb:if condition="!in_array($post['postcount'], array(7,35,63,91,119,147,175,203))">
Ad Here for forum id's 2 & 4
</vb:if>
</vb:if>
The text is showing but at the wrong post count and in the wrong forums....
Any clues - I'm working on the postbit template.