Genius Program

Unmaintained Genius Program 2023-04-19

No permission to download
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
Top Bottom