Hi Tosin,
in order to assist you, I need to know what is “welcome” is it a page or post? Even better, can you please provide me its id. That will help me assist you with redirection issue.Regards
BrajeshThank you.
1. Please upgrade to 1.0.5, It will make sure the auto follow works.
2. Please add the following code to bp-custom.php to avoid infinite loop
add_action( 'bp_force_profile_completion_skip_check', function ( $skip ) { if ( is_page( 36115 ) ) { $skip = true; } return $skip; }, 100 );
Regards
Brajesh
The topic ‘ [Resolved] BuddyPress Auto Friendship Pro Adjustment’ is closed to new replies.
This topic is: resolved