Thank you, Kyle.
Works pretty fine.
However we've run into another issue when excluding users w/o having an avatar (in this case no thumbnail avatar).
User's avatar is set per default to tnnophoto_n.png when there's no upload or gallery pic or after having deleted an avatar.
#__comprofiler table returns "NULL" for avatars for these cases.
We exclude those users from User Lists by adding an advanced filter of "[where] avatar IS NOT NULL", where it works properly.
But we can' t get this running in CB Online User Module by
User-text = [cb:if cb_engagement_level > "49" and avatar != "tnnophoto_n.png"][cb:userfield field="avatar" reason="list" /][/cb:if] or
User-text = [cb:if cb_engagement_level > "49" and avatar != ""][cb:userfield field="avatar" reason="list" /][/cb:if] or
User-text = [cb:if cb_engagement_level > "49" and avatar !includes ""][cb:userfield field="avatar" reason="list" /][/cb:if]se
Any chance to get these users excluded?
Thanks.