Did you include the fix for the first problem in the plugin yet?
For restricting multiple usergroups, can you use the is_member_of() function instead of the boolean operator? (I know that this works in templates, not sure about here)
Example:
<if condition="is_member_of($bbuserinfo,{option})">{pa ram}</if>
[bbcode_name=5,6]visible to mods and admins only[/bbcode_name]
or you might need quotes, depending on how things are parsed, and whether or not this is related to problem #2 above:
[bbcode_name='5,6']visible to mods and admins only[/bbcode_name]
I am concerned about the security risk, because I have a ton of private/hidden profile fields with personal information about my users that I wouldn't want people to have access to
|