Replies
- 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 - Brajesh Singh on March 22, 2023 at 10:39 am in reply to: [Resolved] Block button does not respond. #48867
Hi Carsten,
No problem.
yes, the code is in correct position and should work fine.Regards
Brajesh - Brajesh Singh on March 22, 2023 at 8:08 am in reply to: [Resolved] Block button does not respond. #48861
Hi Carsten,
You are welcome.
I am glad that issue is resolved.Can you please tell me the question about like plugin?
Thank you
Brajesh - Brajesh Singh on March 22, 2023 at 8:03 am in reply to: Username availability checker not working #48860
Hi,
Thank you for reporting the issue.I am sorry, I have no idea why BuddyBoss is treating field_3 as username.
Still, you can use the following code to enable username checking on it.add_filter( 'buddydev_uachecker_selectors', function ( $selector ) { return $selector . ', #field_3'; } );
Hope that helps.
Regards
Brajesh Hi Earl,
Thank you for using the plugin.
No, it will work with your existing create/edit page.Regards
Brajesh