Thanks, will test this now
No, sorry. That didn't work. I have my settings set like this:
Varname: manage_usergroups
Setting Group: My Product Menu
Product: My Product
Title: Allowed Usergroups?
Description: Enter your Usergroup ID/IDs to be able to use My Product. Separate groups by commas. (Default is 5,6,7.)
Option Code: (blank)
Default: 5,6,7
Data Validation Type: Free
Validation PHP Code: (blank)
Blacklist: No
vBulletin Default: Yes
I tried
HTML Code:
<if condition="is_member_of($bbuserinfo, $vboptions[manage_usergroups])">
but that didn't work