Black Snow
04-27-2015, 09:49 AM
What would be the best way of writing this?
<vb:if condition="THIS_SCRIPT == 'index'">
<vb:if condition="is_member_of($bbuserinfo, 2,3)">
or something like:
<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
<vb:if condition="THIS_SCRIPT == 'index'">
<vb:if condition="is_member_of($bbuserinfo, 2,3)">
or something like:
<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