Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
The syntax is wrong.[CODE]$xf.visitor.isMemberOf([5, 3, 7]) AND !$xf.visitor.isMemberOf([1, 2, 6])[/CODE]You can probably simplify this, though.You probably only need:[CODE]$xf.visitor.isMemberOf([5, 3, 7])[/CODE]Or:[CODE]!$xf.visitor.isMemberOf([1, 2, 6])[/CODE]But not both.
The syntax is wrong.
[CODE]$xf.visitor.isMemberOf([5, 3, 7]) AND !$xf.visitor.isMemberOf([1, 2, 6])
[/CODE]
You can probably simplify this, though.
You probably only need:
[CODE]$xf.visitor.isMemberOf([5, 3, 7])
Or:
[CODE]!$xf.visitor.isMemberOf([1, 2, 6])
But not both.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences