BuddyDev

Search

[Resolved] BuddyPress Auto Friendship Pro Adjustment

  • Participant
    Level: Guru
    Posts: 885
    Tosin on #38402

    reminder sir

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2933
    Ravi on #38410

    Hello Tosin,

    Sorry for the delayed reply. I had a discussion with Brajesh sir and he will be taking care this by monday.

    Regards
    Ravi

  • Participant
    Level: Guru
    Posts: 885
    Tosin on #38488

    Ok I will be expecting an update from him.

    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #38490

    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
    Brajesh

  • Participant
    Level: Guru
    Posts: 885
    Tosin on #38491

    welcome is a page and its id is 36115

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #38492

    Thank 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

  • Participant
    Level: Guru
    Posts: 885
    Tosin on #38497

    Thanks Brajesh

    This issue is now resolved no more plugin conflicts, thank you very much.

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #38499

    Hi Tosin,
    Thank you for confirming.

    Regards
    Brajesh

The topic ‘ [Resolved] BuddyPress Auto Friendship Pro Adjustment’ is closed to new replies.

This topic is: resolved