Fixed Unable to remove gravatar

digitalpoint

Well-known member
If a user uses Gravatar for their avatar, there is no way from the admin area to disable Gravatar for that account. In this case a user was using an "adult" avatar but there was no way to remove it from the account without getting into the database directly and removing their Gravatar email from the xf_user table. Might not be a bad idea to be able to edit/remove the gravatar email from the "Edit Avatar" option when editing a user.
 
The code was all there to do this -- there was just a situation where we didn't think there was an avatar (because of no avatar_date). So really, this was just some tweaking on the UI.
 
Top Bottom