What would be the best way of writing this?
Code:
<vb:if condition="THIS_SCRIPT == 'index'">
<vb:if condition="is_member_of($bbuserinfo, 2,3)">
or something like:
Code:
<vb:if condition="THIS_SCRIPT == 'index'" AND "is_member_of($bbuserinfo, 2,3)">
Not 100% sure how to write it like the second example. I thought there may be a better way than the top example.
Thanks