Admin Function: Edit User Avatars & Banner
We really need an option to edit and or remove user Avatars/Profile Image and banners.
As a way to moderate and enforce rules of course
And an option to set a custom default avatar image and banner for users
I know we can just go in "User Test Mode" In WP
Profile Avatar Remove Feature will come in the next release. Admin can already change other users' info, just for avatar and cover; the UI is not configured, it will be added in the upcoming release.
Tawsif Ahmed RiyadΒ Cool thanks
You can set the default avatar image using the dedicated filter hook:
fluent_community/default_avatar
By this, you can set default avatars for all users. If a user upload his/her own photo, it will be updated for that specific user. After the release, if the user removes their uploaded pic, it will fallback to the default avatar you set using the filter hook.