Replies
Hi Nik,
No issues.Please do let me know when you test it.
Regards
Brajesh- Brajesh Singh on March 23, 2023 at 9:51 pm in reply to: Profanity not working in buddyboss message preview and notification #48892
Hi Eric,
Thank you for sharing the details.It seems that message preview is a new feature on BuddyBoss that we missed. We did miss BuddyBoss notification though.
We also left the links intentionally of the message threads as admins had no access to user threads. We will test this again and see if the admins can access message threads.We will push an update for these by Tuesday.
Thank you
Brajesh - Brajesh Singh on March 23, 2023 at 9:47 pm in reply to: Recent Visitors For BuddyPress Profile – User selection not working #48891
Hi Eric,
I am sorry but I am not sure of the issues.Please link me to screenshots and help me understand the context a little more. I will assist.
Regards
Brajesh - Brajesh Singh on March 23, 2023 at 9:45 pm in reply to: [Resolved] BuddyPress Profile Visibility Manager – default setting for visibility #48890
Hi Eric,
Please visit Dashboard-> Settings->Profile Visibility and from the “Default Settings” tab, please select the specific privacy.That will do it for all the new users.
Regards
Brajesh - Brajesh Singh on March 23, 2023 at 9:42 pm in reply to: Render field data from the From/To values Field Type? #48889
Hi Carsten,
BuddyPress does not call display filter on the value if you are using it outside the loop(profile loop).You may call
$formatted = xprofile_filter_format_field_value_by_field_id(xprofile_get_field_data( 'From', bp_displayed_user_id(), 'comma' ), $from_field_id);To get the formatted data. Please make sure you provide the correct from field id.
Regards
Brajesh - Brajesh Singh on March 22, 2023 at 7:10 pm in reply to: Profanity not working in buddyboss message preview and notification #48879
Hi Eric,
Welcome to BuddyDev support forums.Thank you for using the plugin.
Which version of BuddyBoss platform and Profanity filter are you using? Is this happens for the messages only or does it happen for activity etc too?Please share the details and I will assist.
Regards
Brajesh - Brajesh Singh on March 22, 2023 at 12:41 pm in reply to: [Resolved] Activity Shortcode Tweaks #48875
Hi Simon,
Thank you.Please allow me a day and I will check the issue with the private group and update.
Regards
Brajesh - Brajesh Singh on March 22, 2023 at 10:47 am in reply to: [Resolved] Activity Shortcode Tweaks #48871
Hi Simon,
Thank you for uisng the plugin.
I had a look. It was not intended to be embed inside the profile(was to be used in sidebar/page).For your use case, I will recommend trying https://buddydev.com/plugins/bp-community-activity-on-profile/
This should solve your issue.Regards
Brajesh Thank you Tosin.
We will do when we find a suitable alternative.Regards
Brajesh- Brajesh Singh on March 22, 2023 at 10:43 am in reply to: Render field data from the From/To values Field Type? #48869
Please try passing 3rd parameter to xprofile_get_field_data as ‘comma’.
e.g.
xprofile_get_field_data( 'From', bp_displayed_user_id(), 'comma' );Regards
Brajesh