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, 11 months ago by Chase Rogers.
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.