P Paul B XenForo moderator Staff member Mar 23, 2016 #2 You would have to query the database. Code: SELECT COUNT(*) FROM xf_user WHERE avatar_date != 0 OR gravatar != '' Upvote 0 Downvote
You would have to query the database. Code: SELECT COUNT(*) FROM xf_user WHERE avatar_date != 0 OR gravatar != ''