Replies
- Brajesh Singh on August 5, 2024 at 6:31 am in reply to: Using latest rich txt editor on either bio or multiline textarea doesnt work #52932
Hi Alex,
Thank you for your question.As I have mentioned earlier, we are unable to assist you with using Tiny Mce 7. This is related to WordPress core. Unless the update is available in core, it is a lot of work to achieve a proper integration.
Still, for the sake of discussion, I will try to explain your issues:-
The problem you are facing has 3 dimensions.1. Interface where you want to use Tiny MCE 7
2. saving to database(Kses are used here and unless you allow some tags explicitly via code, BuddyPress will filter out all of them).3. Display:- again kses are used to sanitize the output(and even esc_html after that).
Your second issue is related to input/output sanitization.
My suggestion is using Tiny MCE 4 which is included with WordPress. It is safe to use. The bug that you had reported in an earlier thread does not apply to it(since the content is sanitized server side too).
Regards
Brajesh - Brajesh Singh on August 5, 2024 at 6:22 am in reply to: Change Profile to Public Profile Visibility PMPRO and field issues #52931
Hi Kim,
Thank you for the post.1. Please use User Switching plugin to switch as user and update their preference.
https://wordpress.org/plugins/user-switching/
2. These are not our settings. These are the profile field data visibility settings. You can control it from Dashboard->Users->Profile Fields. You can allow users to change visibility by editing individual fields in the backend(and selecting the option to allow user change visibility).
Hope that helps.
Regards
Brajesh - Brajesh Singh on August 5, 2024 at 6:19 am in reply to: Shortcodes to show admin notfications from users . Post example why #52930
Hi Kim,
Thank you for the question.
At the moment, there is no existing solution for this. You may use user switching plugin to switch as the user and assist them.Regards
Brajesh - Brajesh Singh on July 31, 2024 at 7:41 am in reply to: [Resolved] BuddyPress Auto Activate Auto Login issues #52903
Hi Naomi,
Thank you.
We are looking into it and will be updating you in next 24 hours.Regards
Brajesh Hi Aaron,
Thank you.
I am sorry, I checked the mails and I don’t see any new contact message from you.
I did see in the spam an old message form you(8th July about the similar issue in this topic).Can you please share it via the contact form or mail us directly(you do have the email address).
Thank you
Brajesh- Brajesh Singh on July 31, 2024 at 7:38 am in reply to: [Resolved] BuddyPress Xprofile Custom Field Types Buddyboss #52901
You are welcome.
I am glad you were able to get it working.Regards
Brajesh Hi Alex,
Thank you for the question. Changing a core file of any plugin is bad as It will be overwritten in their next update.I have replied to your other post with suggestion and some question to assist you further.
Please take a look.
Regards
Brajesh- Brajesh Singh on July 31, 2024 at 5:31 am in reply to: [Resolved] How to display bullet lists on the user profile? #52897
Hi Alex,
Thank you for the reply.Changing core BuddyPress file is a bad idea.
Where did you put the code I had supplied? It should go it bp-custom.php(wp-content/plugins/bp-custom.php)
Regards
Brajesh - Brajesh Singh on July 31, 2024 at 5:03 am in reply to: BuddyPress Xprofile Custom Field Types – Images upload – Registration page #52896
Hi Newton,
Welcome to BuddyDev support forums.Thank you for reporting the issue.
We handle file upload on ‘xprofile_data_before_save` (when a profile field data is saved to the database).
In BuddyPress 14.0, The registration does not store any data in xprofile table unless the user account is activated(Internally account is created after activation now).
That is causing the issue. There may be a solution by forcing creation of account.
Please put this in your bp-custom.pjp
add_filter( 'bp_signups_create_user', '__return_true' );
Let me know if that works or not?
Regards
Brajesh - Brajesh Singh on July 29, 2024 at 4:12 pm in reply to: [Resolved] BuddyPress Auto Activate Auto Login issues #52886
Hi Naomi,
Thank you for using the plugin.Can you please confirm that you have enabled the auto activation settings? Also, which version of BuddyBoss are you using?
Please share the details and we will assist.
Thank you
Brajesh