Replies
- 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
BrajeshThank you Tosin,
I will go through the code and get back to you on Tuesday with my feedback.Regards
Brajesh- Brajesh Singh on July 4, 2025 at 4:00 am in reply to: How can I best achieve my perfect single photo view? #55603
🙂 I am looking forward to your explorations.