Disable the Ability for your users to upload their own avatars in the wp-admin buddypress section.
Hmm, weird
I don’t see any option to disable this from wp-admin.
Can’t this be done programatically? Using remove_action or setting something like this:
CHANGE_AVATARS = FALSE;
Thanks
@raduungurean
You’ll find it under “Buddypress” > “General Settings”
You’ll need to hook into the filter in the bp_get_options_nav() function (located in /bp-core/bp-core-templatetags.php) to remove the “Change Avatar” link from the options nav.
View xprofile_setup_nav() (in bp-xprofile.php) as well.