Replies
- Brajesh Singh on January 21, 2021 at 10:05 pm in reply to: [Resolved] rtMedia Activity URL Preview plugin blocked by Community Builder theme? #35709
Hi Janet,
Thank you for the patience.I sincerely appreciate it.
Regards
Brajesh - Brajesh Singh on January 21, 2021 at 10:04 pm in reply to: X Profile Field & Field Conditions Plugins – Export data(fields) to new site. #35708
HI Mike,
BuddyPress does not have a way to export xprofile fields. If you can use the same set of xprofile fields, the conditions should work.To keep the fields/conditions, you will need to bring the database tables for xprofile fields and xprofile field meta to the new site.
Regards
Brajesh - Brajesh Singh on January 21, 2021 at 9:59 pm in reply to: BP Profile Visibility Manager Problem with messaging #35707
Hi Michael,
Thank you for the reply.1. We will update the plugin for the message sending issue.
2. Please let me know your theme and which plugin are you using(BuddyPress or BuddyBoss platform)3. Please provide your order id too to allow us serve you in a timely manner.
Thank you
Brajesh - Brajesh Singh on January 21, 2021 at 7:15 pm in reply to: How to block Bots from autmatic registering #35702
Hi Daniel,
All the best with stopping spam 🙂Regards
Brajesh - Brajesh Singh on January 21, 2021 at 7:10 pm in reply to: [Resolved] Suppressing sidebar when displaying a single BP post #35700
Hi Janet,
Thank you for confirming.Regards
Brajesh - Brajesh Singh on January 20, 2021 at 9:18 pm in reply to: [Resolved] rtMedia Activity URL Preview plugin blocked by Community Builder theme? #35689
Hi Janet,
Thank you for checking in.
I am sorry, It is taking time. We have to partially rewrite our activity form and handler, and it is a bit complex as we do not want to break the experience for already existing users.I am still working on it, please allow me couple more days.
Thank you
Brajesh - Brajesh Singh on January 20, 2021 at 9:02 pm in reply to: [Resolved] Global shared gallery question #35687
Closing in favour of
https://buddydev.com/support/forums/topic/additional-global-shared-gallery-question/Regards
Brajesh - Brajesh Singh on January 20, 2021 at 9:01 pm in reply to: How to block Bots from autmatic registering #35686
Hi Daniel,
You should block non javascript requests(requests from devices which do not support javascript).Regards
Brajesh - Brajesh Singh on January 20, 2021 at 9:00 pm in reply to: [Resolved] Suppressing sidebar when displaying a single BP post #35685
Hi Janet,
Please put this code in your child theme’s functions.php/** * Make community Builder single activity pages as single column. */ add_filter( 'cb_page_layout', function ( $layout ) { if ( bp_is_single_activity() ) { $layout = 'page-single-col'; } return $layout; } );That will do it.
Regards
Brajesh - Brajesh Singh on January 20, 2021 at 8:44 pm in reply to: [Resolved] Showing Specific Fields from BuddyPress Profile Data on Members Directory #35684
Hi James,
No, you do not need the xprofile custom profile field type plugin. The above code is a core BuddyPress/BuddyBoss function.You may want to check for the field id and update it.
Regards
Brajesh