jacko Well-known member Aug 27, 2013 #1 Is there a conditional for users with no avatars set? I am trying to come up with some encouragement strategy for users without avatars.
Is there a conditional for users with no avatars set? I am trying to come up with some encouragement strategy for users without avatars.
Chris D XenForo developer Staff member Aug 27, 2013 #2 Code: <xen:if is="!{$visitor.avatar_date} AND !{$visitor.gravatar}"> User has no avatar. </xen:if> Upvote 0 Downvote
Steve F Well-known member Aug 27, 2013 #3 User Group Promotions can be used and has a setting for no avatar. What were you thinking of doing? I'm sure there is a conditional that could used. Upvote 0 Downvote
User Group Promotions can be used and has a setting for no avatar. What were you thinking of doing? I'm sure there is a conditional that could used.
jacko Well-known member Aug 27, 2013 #4 Steve F said: User Group Promotions can be used and has a setting for no avatar. What were you thinking of doing? I'm sure there is a conditional that could used. Click to expand... Yeah, I could set up an user group and use notices to encourage people to set up avatars. Chris Deeming said: Code: <xen:if is="!{$visitor.avatar_date} AND !{$visitor.gravatar}"> User has no avatar. </xen:if> Click to expand... thanks! Upvote 0 Downvote
Steve F said: User Group Promotions can be used and has a setting for no avatar. What were you thinking of doing? I'm sure there is a conditional that could used. Click to expand... Yeah, I could set up an user group and use notices to encourage people to set up avatars. Chris Deeming said: Code: <xen:if is="!{$visitor.avatar_date} AND !{$visitor.gravatar}"> User has no avatar. </xen:if> Click to expand... thanks!
Steve F Well-known member Aug 27, 2013 #5 No user group needed, the same criteria can be setup within the Notices. Upvote 0 Downvote
jacko Well-known member Aug 28, 2013 #6 Steve F said: No user group needed, the same criteria can be setup within the Notices. Click to expand... I missed that! Xenforo is even better than I thought! Upvote 0 Downvote
Steve F said: No user group needed, the same criteria can be setup within the Notices. Click to expand... I missed that! Xenforo is even better than I thought!