Replies
- Brajesh Singh on March 1, 2022 at 11:03 am in reply to: Buddyblog limit submissions addon suggestion #43635
Hi Tosin,
Thank you for reminding. Our priorities have changed and this addon for BuddyBlog is not in our priority list currently.We do plan to create it sometime sin the future.
Regards
Brajesh - Brajesh Singh on February 28, 2022 at 12:14 pm in reply to: BuddyPress User Profile Tabs Creator Pro #43611This reply has been marked as private.
- Brajesh Singh on February 28, 2022 at 10:57 am in reply to: Buddypress Auto-Follow from other registeration page #43609
Hi Iken,
Here is the code that will automatically make the user follow their sponsors. Please put it in your bp-custom.phpLet me know if it works for new registrations or not?
Regards
Brajesh - Brajesh Singh on February 28, 2022 at 8:33 am in reply to: Buddypress Auto-Follow from other registeration page #43606
Hi Iken,
At BuddyDev support forums, we do not offer custom services. Your requirements are not related to our plugin.You are looking for custom integration with 3rd party plugins which we do not provide.I do hope to assist you partially with it in my free time but a full integration support is not feasible.
Regards
Brajesh - Brajesh Singh on February 28, 2022 at 8:31 am in reply to: [Resolved] Buddyblog pro – mobile display adjustment #43605
Hi Tosin,
Please upgrade to 1.2.5 and let me know if it works for you or not?Regards
Brajesh - Brajesh Singh on February 28, 2022 at 8:28 am in reply to: [Resolved] Buddyblog Pro – select only one category not excluding categories #43604
Hi Tosin,
Please upgrade to 1.2.5 and let me know if it works for you or not?Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on February 28, 2022 at 6:53 am in reply to: [Resolved] multi bp_xprofile_data table and use any of them based on condition #43598
Hi Abhist,
Welcome to BuddyDev support forums.This is not a good way to achieve it as it might cause complications where the tables might have been used directly(instead of using the table name on BP object).
Still, if you know how to find the language code, you can adapt the following code to modify tables
add_filter( 'bp_xprofile_global_tables', function( $tables ) { //$tables['table_name_data'] = 'my table name'; //$tables['table_name_groups'] = 'my table name'; //$tables['table_name_fields'] = 'my table name'; //$tables['table_name_meta'] = 'my table name'; // feel free to modify it here. return $tables; });Please put this code in your wp-content/plugins/bp-custom.php and add the login to change your table name based on language conditions.
Regards
Brajesh - Brajesh Singh on February 28, 2022 at 6:41 am in reply to: [Resolved] rename bp-nouveau folder #43596
Hi David,
By hardcoding you are referring to the names of the css/js files? Once you have your own copy of the template pack, you control how the assets are loaded and from where, so you can rename them and update the code loading it.Regards
Brajesh - Brajesh Singh on February 28, 2022 at 6:38 am in reply to: [Resolved] Recherche plugin compatible #43595
Hi,
Welcome to BuddyDev forums.Thank you for your questions.
1. Activity Polls:- We don’t have any plugin for that.
2. For Points system:- Please try GamiPress plugin.Regards
Brajesh