I've got this running on a private members board only. At present, I've got a conditional in there that lets only the Admins and those members see the vCash amount in the postbit but I can't seem to restrict that so that they only appear in the private board.
This is what I have at the moment:
Code:
<if condition="is_member_of($bbuserinfo, 6,8)">
<if condition="$vboptions['vbookiecashon']">
<br />vCash: $post[vbookie_cash]
</if>
</if>
What do I need to add to restrict that to a particular forum?