Replies
- 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- Brajesh Singh on July 7, 2025 at 12:42 am in reply to: Error when saving my gallery settings, for photo #55615
Hi George,
Thank you for reporting the issue.I am not sure what version you are using but that file does not have 1157 lines. It has less than 1130 lines in both 1.x and 2.x.
Are you sure you are referring to the correct file in the error message?https://github.com/buddydev/mediapress/blob/2.0-dev/core/media/mpp-media-functions.php
Regards
Brajesh - Brajesh Singh on July 6, 2025 at 5:48 am in reply to: Adding a data-capture step into the front-end photo-upload shortcode based flow #55610
Thank you George.
I am looking forward to your feedback as well as my own work on it for the next few days.I would love to see your GDPR solution for the video when you develop it.
Regards
Brajesh Hi Tosin,
Thank you for the suggestion. At the moment, we are preoccupied with some upcoming projects. Would love to consider it in 8 weeks or later.Regards
BrajeshHi Vasile,
Thank you.
If you have a staging site, Please add me as temporary admin and share the details in a private reply here. I will quickly take a look.Thank you
Brajesh