BuddyDev

Search

BuddyPress Auto Friendship Pro isn't work

  • Participant
    Level: Initiated
    Posts: 3
    Chase Rogers on #34685

    I just purchased your BuddyBoss Max package, I am trying to setup BuddyPress Auto Friendship Pro with buddyboss and it doesn’t seem to be working. I use the buddyboss tool to pull in users and a global friendship list with just me as the friend and nothing happens.

    • This topic was modified 3 years, 4 months ago by Chase Rogers.
  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #34687

    Hi,
    Thank you for purchasing our membership.

    The friends are added when a user account is activated(not registered). That’s why it is not adding adding friends.

    You can override this behaviour by putting a line in bp-custom.php

    
    <?php
    
    add_filter( 'bp_auto_friendship_pro_enable_on_user_register', '__return_true' );
    
    

    After that, users from global list will be added on registration too.

    Please let me know if that works for you or not?

    P.S:- You can also test the plugin is working or not by registering a normal account from front end and activating that account.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved