i need some help with the variables below to work with certian group and also an option not to show to certian groups can anyone help
so far i have this
Code:
<vb:if condition="is_member_of($bbuserinfo, {vb:raw vboptions.wmf_grp_perm})">
<vb:if condition="$vboptions['paypal_enable']">
<vb:else />
{vb:raw vboptions.wmf_closedreason}
</vb:if>
i need to where to add the section to not allow certain groups
i hope i got the code in the correct order so far
i wanna add {vb:raw vboptions.wmf_grp_noperm}
but not sure where to put it and if i need to add anything else to my exist code after the one i want inserted