XF 2.1 Widget Display

DaveM

Well-known member
Licensed customer
Is there anyway to have a widget only display to a selected usergroup?
 
Yes this is possible, you have to add the following to your widget under Display condition:
$xf.visitor.isMemberOf(5)

The number represents the ID of the user group, you can change it to your desired one.
 
Back
Top Bottom