BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Register Form Issue #55608

    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
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Delete All Notifications Tool #55607

    Thank you Tosin,
    I will go through the code and get back to you on Tuesday with my feedback.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    🙂 I am looking forward to your explorations.

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Error #55602

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    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.php

    Please edit these files and remove the link in it and it will not show the linked version.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Lighbox option missing from documents #55595

    Hi George,
    Thank you for pointing.
    I am sorry,we did not have it documented. I have updated the document for the mpp-list-media to note the lightbox parameter.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Register Form Issue #55588

    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
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Delete All Notifications Tool #55587

    Hi 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