Replies
- 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 Hi Uros,
If you are using BuddyPress with WordPress Multisite, you can enable the Blogs” component from Dashboard->Settings->BuddyPress->components scree and that tab will appear.Regards
Brajesh- Brajesh Singh on February 28, 2022 at 6:36 am in reply to: [Resolved] Featured Members plugin not showing in Users profiles for Admin #43593
Hi Eric,
Thank you.The plugin supports BP Nouvea template pack.
Please contact your theme author and request them to test for compatibility and provide a solution.
Regards
Brajesh - Brajesh Singh on February 26, 2022 at 2:24 pm in reply to: [Resolved] rename bp-nouveau folder #43582
Hi David,
No, That would not eliminate the hard coding. That will make you the sole maintainer of that new template pack.The advantage is that in next BuddyPress update, your template pack will keep working. The disadvantage is that you will have to maintain and update this template pack on your own.
Regards
Brajesh - Brajesh Singh on February 26, 2022 at 2:22 pm in reply to: YouTube and Tiktok Embeds on Mobile #43580
Hi Lisa,
Thank you for the post and the replies.The theme supports responsive embeds. Can you please share the code you used for embedding(Youtube embed as tiktok is not accessible in India)? In order to embed, you only need to paste the video url in the activity/post.
Regards
Brajesh - Brajesh Singh on February 25, 2022 at 1:44 pm in reply to: [Resolved] Double account issue…!!! #43570
You are welcome.
Have a great day!
You are welcome.
1. No
2. May be achievable but it is not part of the plugin.Regards
Brajesh