Replies
- Brajesh Singh on January 12, 2022 at 7:37 am in reply to: [Resolved] CubePoints Buddypress Integration #42510
Hi Vlad,
Thank you for the post.The cube points plugin is abandoned. It has not been updated for 9 years+
https://wordpress.org/plugins/cubepoints/I will suggest avoiding the above code and looking for the alternatives.
Regards
Brajesh - Brajesh Singh on January 11, 2022 at 7:53 pm in reply to: [Resolved] Unable to access BP Customization board #42505
Hi Daniel,
Happy New Year!Thank you for the kind words. I am glad to be of service.
Regards
Brajesh - Brajesh Singh on January 11, 2022 at 7:50 pm in reply to: [Resolved] BP Username Changer plugin & WordPress or BuddyBoss triggers in AutomatorWP #42504
Hi Mark,
thank you.Please tell them that we are using “wp_update_user” function to update the username. So, the relevant actions should fire automatically. They should check if they have some limitations that this is happening inside the admin.
and please link them to this
https://github.com/sbrajesh/bp-username-changer/blob/master/bp-change-username.php#L157Regards
Brajesh Hi Natalie,
Thank you for purchasing from us.1. With this plugin, you can add the tab and sub tab to a user profile. What is shown inside that tab is upto you. this plugin does not provide anything specific for that.
You will need some way to fetch the profile data and show inside the tab.
We have a plugin for displaying that.
https://github.com/buddydev/bp-shortcodesAfter installing and activating that plugin( you can download a zip file from here https://github.com/buddydev/bp-shortcodes/archive/refs/heads/master.zip).
You can use this inside the tab content to show the fields of a profile group.
[bp-shortcodes-profile group_id=1]Please change the group_id with the actual profile group id.
Regards
BrajeshHi John,
Thank you for reporting the issue. Our team will check and assist you tomorrow.Regards
Brajesh- Brajesh Singh on January 11, 2022 at 7:38 pm in reply to: Not able to get BP Auto Friendship Pro to work with BuddyBoss Platform #42501
Yes, it is compatible now.
Regards
Brajesh - Brajesh Singh on January 11, 2022 at 7:38 pm in reply to: Does BuddyPress Auto Friendship Pro work with BuddyBoss Follow? #42500
Hi Paul,
Yes, it works with BuddyBoss platform. Please visit settings-“BuddyPress Auto Friendship pro” and make sure the triggers are correctly updated(registration/activation.profile update).Regards
Brajesh - Brajesh Singh on January 11, 2022 at 11:22 am in reply to: Force strong password when user change own password #42492
Hi Torben,
You are welcome. Let us hope for the best.Regards
Brajesh - Brajesh Singh on January 11, 2022 at 11:21 am in reply to: Force strong password when user change own password #42491
Hi Tosin,
1. Is this filter bp_members_validate_user_password going to be deprecated soon
No. There does not seem to have any plan like that.
2. Is it safe to use Ravi’s code with the new constant define( ‘BP_MEMBERS_REQUIRED_PASSWORD_STRENGTH’, 4 ); without any conflict
Yes, they will work fine together.
Regards
Brajesh - Brajesh Singh on January 11, 2022 at 11:16 am in reply to: [Resolved] BuddyPress Member Types Pro : Need help with Pagination #42490
Hi Derek,
The simple way to manage code is to use the code snippets plugin.https://wordpress.org/plugins/code-snippets/
You may also put that code in your child theme’s functions.php.
Regards
Brajesh