Surf3rDud3 Member May 5, 2014 #1 Is there a way to reset my users avatars to the default image so they can re-upload their own?
Amaury Well-known member May 5, 2014 #2 Can't they just upload their own without you resetting them? Upvote 0 Downvote
B borbole Well-known member May 5, 2014 #3 Surf3rDud3 said: Is there a way to reset my users avatars to the default image so they can re-upload their own? Click to expand... Try to run this query at the phpmyadmin. Code: UPDATE xf_user SET avatar_date = 0, avatar_width = 0, avatar_height = 0; This should reset all avatars for all users. It is untested so make a copy of the db before you run it. Upvote 0 Downvote
Surf3rDud3 said: Is there a way to reset my users avatars to the default image so they can re-upload their own? Click to expand... Try to run this query at the phpmyadmin. Code: UPDATE xf_user SET avatar_date = 0, avatar_width = 0, avatar_height = 0; This should reset all avatars for all users. It is untested so make a copy of the db before you run it.
B borbole Well-known member May 6, 2014 #5 Surf3rDud3 said: Thank you borbole that worked perfectly. :] Click to expand... You are welcome. Glad to have been of help. Upvote 0 Downvote
Surf3rDud3 said: Thank you borbole that worked perfectly. :] Click to expand... You are welcome. Glad to have been of help.