Hello,
Please try the following code and let me know.
function buddydev_skip_profile_completion_check( $skip ) { if ( isset( $_GET['fb'] ) && 'registered' == $_GET['fb'] ) { $skip = true; } return $skip; } add_filter( 'bp_force_profile_completion_skip_check', 'buddydev_skip_profile_completion_check' );
Regards
RaviHi,
Thank you for the update and sharing the details.It seems that the facebook plugin is logging user via ajax and our redirect is misfiring causing you the issue.
Ravi will be updating the plugin and assisting you again tomorrow.
Regards
Brajesh
The topic ‘ [Resolved] Issue with profile photo (BuddyPress Profile Completion)’ is closed to new replies.
This topic is: resolved