Some time ago, I've set a widget for showing the most active users, but I want this to be seen by logged-in users only.
So I set the display condition to be $xf.visitor.user_id but today I realized that only admins can see it.
Could anyone help me understand what is going on?
Is there any...
Adding a couple widgets, and I need to have them display for certain situations/users.
The first one I want to display only to visitors. Got that one handled using this:
!$xf.visitor.user_id
Now, the second one I need to display only if someone IS a member of one specific user group AND NOT a...