flowerpot132 Active member Licensed customer Mar 23, 2016 #1 Is it possible to get a figure on this? Thank you
P Paul B XenForo moderator Staff member Licensed customer 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 != ''