how can i handel user right permisions in a template, i tryed the example in this link
https://vborg.vbsupport.ru/showthread.php?t=231525
i tryed the
Show specific user groups : but that doesn't do the trick.
i created an option which contain's the user groups that can view.
Code:
<vb:if condition="is_member_of($bbuserinfo, vboption.AJGpermision)">Show this to user group 1, 2, and 3</vb:if>
i did somthing wrong but i don't now what. is i replace vboption.AJGpermision for 1,2,3 than it also isn't working.
please need help on this.