Hey all,
I'm looking to add a conditional that'll avoid printing aaaa (in this example) in a specific forum. I've tried everything and it's not working. Would somebody mind helping me out?
<vb:if condition="!is_member_of($bbuserinfo, 5,13) AND $post[postcount] % $vboptions[maxposts] == 3">
aaaa
</vb:if>
Thanks in advance...
I'm looking to add a conditional that'll avoid printing aaaa (in this example) in a specific forum. I've tried everything and it's not working. Would somebody mind helping me out?
<vb:if condition="!is_member_of($bbuserinfo, 5,13) AND $post[postcount] % $vboptions[maxposts] == 3">
aaaa
</vb:if>
Thanks in advance...
Comment