Genius Member

Add-ons Genius Member 2.3.3

Register & Get access to index
Use of widgets:
when configuring widgets remember to define a display condition according to the user group(s) you have chosen to participate in the Genius Member program, so only the groups concerned will see the widgets.

You can define these conditions like this:
Code:
To display the widget for one usergroup use this syntax :
$xf.visitor.isMemberOf(X)
Where X is the usergroup ID

To display the widget for multiple groups use this syntax :
$xf.visitor.isMemberOf([X, Y, Z])
Where X, Y, Z are usergroup IDs
Back
Top Bottom