Replies
- Brajesh Singh on January 3, 2023 at 1:12 am in reply to: Displaying BuddyDev Xprofile custom fields on BuddyBoss Member Card #47817
Hi Afshin,
You can put the code in your child theme’s functions.php
Or if you are using any php code snippet plugin, you can add it to that.Regards
Brajesh - Brajesh Singh on January 3, 2023 at 1:11 am in reply to: [Resolved] Echo xprofile_get_field_data returns text without space. #47816
Hi,
Happy new year to you too!Thank you for the question.
The reason is xprofile_get_field_data does not apply the filters which are applied on profile by “bp_get_the_profile_field_value()” function.The solution is to manually call the filter or call the applied functions.
For example, in case of text area, you can call wpautop($value) and that will add line/paragraph breaks.Here is an example showing it in action
https://github.com/buddydev/bp-shortcodes/blob/master/src/shortcodes/profile/class-profile-data-shortcodes.php#L107Hope that helps.
Regards
Brajesh - Brajesh Singh on December 31, 2022 at 9:46 pm in reply to: BuddyBlog Pro: Missing the edit formatting options #47805
Hi Remi,
Happy New Year!I am glad it worked.
Regards
Brajesh Hi Daniel,
Please link me to the plugin you are using for the sidebar. I will be glad to assit you with it.Regards
Brajesh- Brajesh Singh on December 31, 2022 at 9:45 pm in reply to: [Resolved] Badges shortcodes not working #47803
Hi Mendy,
I am sorry for the delayed reply.I am unable to understand the difference. Please help me point it(please link to a screenshot outlining the issue).
We will assist you.Thank you
Brajesh - Brajesh Singh on December 31, 2022 at 9:36 pm in reply to: [Resolved] Users are able to message blocked and suspended users if you have the direct URL #47801
Hi,
Thank you for reporting the issue.
Please allow us to test it. This should not work. If it is, It could be a bug. We will test and conform you on/after Monday.Thank you
Brajesh - Brajesh Singh on December 31, 2022 at 9:34 pm in reply to: [Resolved] Question regarding “WordPress Restrict Email Domains” plugin #47800
Hi,
Thank you for the question and your interest in the plugin.Please have a look at
https://buddydev.com/plugins/wp-ban-registration-domain/Regards
Brajesh - Brajesh Singh on December 31, 2022 at 9:33 pm in reply to: Hide the bp type box and mpp on website 2 #47799
Hi Daniel,
Happy New Year!Thank you for the reply.
We will be assisting you on/after 2nd January.Regards
Brajesh - Brajesh Singh on December 31, 2022 at 9:32 pm in reply to: Set default wordpress upload dir for Xprofile Custom Field Type #47798
Hi,
Thank you for the question.At the moment, we are using “wp_handle_upload” to upload file. This does not create any entry as attachment and that’s why you don’t see that in the Media library in WordPress.
In order to do that, you will need to store media uploads as attachment.
Though you can always change the directory path using ‘upload_dir’ filter, I will suggest against it for now. I will put a filter in next release to allow you change the base directory.Regards
Brajesh - Brajesh Singh on December 31, 2022 at 9:20 pm in reply to: Moving Image Upload button into Activity Box. #47797
Hi Dissolvanizer,
Happy New Year!Thank you for the details.
I hope they are able to assist.
Please do let me know if they recommend any change on our side.
Regards
Brajesh