hi all, this is useful, not sure if it what im looking for but it might be, i need to put an ad underneath the first post just for 2 usergroups and only in one forum.
could this do that for me, if so, in what template and where within the template where would i need to put the conditionals.
i was thinking something like this:
Code:
<vb:if condition="$post['postcount'] % $vboptions['maxposts'] == 1">
<vb:if condition="is_member_of($bbuserinfo, 1,2,3)">
<vb:if condition="$GLOBALS['forumid'] == X">
SHOW AD
</vb:if>
</vb:if>
</vb:if>
Would this work, and where do i put the code.
Craig