Replies
Hi 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.
Hi George,
Thank you for notifying the issue.
I am going to work ob 2.0 branch this weekend. I will have an updated 2.0 branch on Monday.Regards
Brajesh- Brajesh Singh on July 3, 2025 at 4:18 pm in reply to: How can I best achieve my perfect single photo view? #55597
Hi George,
Thank you.
I am relived to know that you are going in the right direction.Depending on the context, the lightbox will load one of these.
gallery/media/views/lightbox.php
gallery/media/views/lightbox-comment.phpPlease edit these files and remove the link in it and it will not show the linked version.
Regards
Brajesh - Brajesh Singh on July 3, 2025 at 4:13 pm in reply to: Adding a data-capture step into the front-end photo-upload shortcode based flow #55596
Hi George,
Thank you for the question.I would suggest working with MediaPress 2.0 branch for thi as it is already implemented there.
I will go over the branch and fix any bugs/issues which might have appeared due to recent php/WordPress version and let you know by Monday.
Regards
Brajesh Hi George,
Thank you for pointing.
I am sorry,we did not have it documented. I have updated the document for thempp-list-mediato note the lightbox parameter.Regards
Brajesh- Brajesh Singh on July 2, 2025 at 6:18 am in reply to: Adding Nulls Brawl Stats to BuddyPress Profiles? #55589
Hi,
Welcome to BuddyDev support forums.I am sorry, we have no idea how to get those details. If you have an API, you can cache in options using transient and then show the details.
Regards
Brajesh Hi Vasile,
Thank you for the reply.The problem is BuddyPress has a bug that causes fatal error if email is empty.
BuddyPress does make an email field required in html to avoid that bug. Here is how your markup should look like.https://i.ibb.co/m5RH9HrH/Selection-162.png
Something is removing the “required” attribute from your markup. That’s why users are able to submit form with empty email. Please check if you have a plugin/code snippet which is causing it?
Regards
BrajeshHi Tosin,
Thank you for sharing the code.
Overall, It looks good to me. I have a few suggestions for improvement though.
1. follow WordPress coding standards. That will help you make the code more maintainable for long run.2. Add check for Checking if notifications component is enabled.
3. Probably delete in chunks instead of delete all older than x days. That will help you avoid timeouts if the site has too many notifications.Hope that helps.
Regards
Brajesh