Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WP-FB-AutoConnect working but can’t override facebook avatar from buddypress change avatar page?


r-a-y
Keymaster

@r-a-y

To remove FB avatars from the FB plugin, add the following to your theme’s functions.php:
remove_filter( 'bp_core_fetch_avatar', 'jfb_get_facebook_avatar', 10, 4 );

To have an option between either the BP avatar and the FB avatar, some custom code would be needed to display an admin option in the user’s settings page.

Skip to toolbar