O Old Nick Well-known member Oct 29, 2020 #1 Hello, Is it possible for this widget to display only newest members who have set an avatar ? In display conditions what is the variable for this case ? I tried {$visitor.avatar} and {$visitor.avatar_date} but both doesn't works. Thanks !
Hello, Is it possible for this widget to display only newest members who have set an avatar ? In display conditions what is the variable for this case ? I tried {$visitor.avatar} and {$visitor.avatar_date} but both doesn't works. Thanks !
Solution P P Paul B Oct 29, 2020 The display condition field is for displaying the widget, not the content in the widget. It would require custom development.
The display condition field is for displaying the widget, not the content in the widget. It would require custom development.
P Paul B XenForo moderator Staff member Oct 29, 2020 #2 The display condition field is for displaying the widget, not the content in the widget. It would require custom development. Upvote 0 Downvote Solution
The display condition field is for displaying the widget, not the content in the widget. It would require custom development.
Ferdinand Well-known member Jun 14, 2024 #3 Old Nick said: Hello, Is it possible for this widget to display only newest members who have set an avatar ? In display conditions what is the variable for this case ? I tried {$visitor.avatar} and {$visitor.avatar_date} but both doesn't works. Thanks ! Click to expand... Were you able to do this by editing the widget template? Upvote 0 Downvote
Old Nick said: Hello, Is it possible for this widget to display only newest members who have set an avatar ? In display conditions what is the variable for this case ? I tried {$visitor.avatar} and {$visitor.avatar_date} but both doesn't works. Thanks ! Click to expand... Were you able to do this by editing the widget template?
Ferdinand Well-known member Jun 14, 2024 #5 All good, I was able to do it with an if command. Just needed to increase the limit so enough members get captured. Upvote 0 Downvote
All good, I was able to do it with an if command. Just needed to increase the limit so enough members get captured.