XF 2.2 Widget for registered

Faust

Well-known member
Licensed customer
Hi. how I can set widgets to be shown only for registered members ?
 
Solution
Show only to registered logged in members:

Set Display condition: to $xf.visitor.user_id

Show only to non-logged in visitors:

Set Display condition: to !$xf.visitor.user_id
Yes possible with conditional statement.

 
Show only to registered logged in members:

Set Display condition: to $xf.visitor.user_id

Show only to non-logged in visitors:

Set Display condition: to !$xf.visitor.user_id
 
Last edited:
Solution
Back
Top Bottom