Replies
Hi George,
In our case, all the contents are sanitized before saving(BuddyPress handles commenting/post sanitization of activity entries) and we do not do much with the input. For the output, we have partially sanitized as the assumption is all inputs were sanitized while recording.This will only be problematic if something was imported via a script without using MediaPress functions. For now, I don’t see any reason for us to worry about it. I will update the lightbox in next release too.
Regards
BrajeshHi George,
Thank you for pointing.
I don’t think we will be affected by this but I am going to check it one more time(we have proper input/output serialization and js/html is not allowed for normal roles).Regards
Brajesh- Brajesh Singh on July 10, 2025 at 3:53 am in reply to: Profile Information can not be edited anymore in Conditional Profile Fields #55633
Hi,
Thank you for using the plugin.That information says you have put a condition over field id 805 which is not recognizable by this plugin. Please edit the field from the backend and disable condition on it. This notice triggers for unsupported field types.
Regards
Brajesh Hi Vasile,
Thank you for the reply.I am sorry, I did not receive any email even after trying to reset password. is email enable don the staging site?
Thank you
Brajesh- Brajesh Singh on July 10, 2025 at 3:45 am in reply to: [Resolved] How to change the Salutation on email templates #55631
Hi Josh,
Thank you.That’s the right and the simplest way to achieve it. Thank you for sharing it for others.
Regards
Brajesh Hi Alex,
Thank you for the deails.1. Our buttons don’t use BP_Button class. You can still filter and wrap them using
bpmts_report_button
filter,2. You can redirect to a page you were visiting earlier(referrer), If referrer is empty, you will get redirected to your own profile with the message that says the profile is not accessible.
Regards
Brajesh- Brajesh Singh on July 8, 2025 at 4:02 am in reply to: Error when saving my gallery settings, for photo #55622
Thank you George.
I found another line of code throwing a notice while creating gallery from backend and added a fix. I have pushed these 2 changes to 2.x branch. I have been mostly testing sitewide gallery, will test BuddyPress gallery soon too.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on July 7, 2025 at 1:04 am in reply to: Error when saving my gallery settings, for photo #55617
I can confirm the error reported by you on a different line(1120).
The solution is to change this
return compact( $title, $content );
to
return array( 'title' => $title, 'content' => $content );
I will be pushing the change soon.
Regards
Brajesh HI Alex,
Thank you for your interest in the plugin.1. What kind of customizations you are looking for? Is it for appearance or positioning?
2. What is calling? BuddyPress does not have a call option. Please clarify.
Regards
Brajesh