Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25482
    Brajesh Singh on in reply to: [Resolved] Restrict Email Domains #20005

    Marking the topic as resolved as per our email communication.

    For anyone else looking at this, The problem was the plugin had issue with spaces(if there was any space before entry/after entry, it allowed all emails to pass). I have updated the plugin to trim any space before/after entry.

    That fixes the issue. The updated plugin can be downloaded from here

    https://buddydev.com/plugins/wordpress-restrict-email-domains/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482

    Hi Richard,
    I just saw that you already purchased the plugin. Please let me know if you will like to continue with activity rate limiter or I can issue the refud for it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482

    Hi Richard,
    The lightbox uses data attribute to show the media/images. That’s why permalink does not have any effect on it.

    There are two solutions around this.

    Strategy 1:-
    1. We add a redirect for single media page to redirect to some page as per the need if the user is not logged.
    2. We filter on settings to disable the lightbox for non logged.

    Strategy 2:-
    This works by filtering the content of the light box. It will only work with our lightbox implementation.

    Before I share any code, Can you please link me to the code that you are using to use simple lightbox plugin instead of ours for showing the media in lightbox.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482

    If it is feasible, My suggestion will be to wait for the upcoming plugin. That will avoid redoing the things.

    If not, you may need to purchase it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482
    Brajesh Singh on in reply to: Sidebar on profile page #19999

    Hi Andi,
    You will need to check with the theme developers. Please do know that the directory acts as normal page while the profile may need extra conditions.

    They do not share the same template.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482

    Hi Carsten,
    Thank you for updating. That makes sense. That plugin uses the code from our Force Profile Photo as well as Registration anywhere blog post.

    I am glad that you found it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482

    HI Philippe,
    Happy New Year 🙂

    I am glad it is resolve now. I sincerely appreciate your patience on this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482
    Brajesh Singh on in reply to: [Resolved] BP Contact Form Issue enable/disable #19989

    Hi Daniel,
    Thank you for posting.

    Currently, we don’t have the option for admins to set the default state of form. It is asumed on by default.

    Your request is genuine, I will add this in the plugin settings in 24 hours to let you choose the default state.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482

    1. Please change the code to

    
    function disable_images_for_guests( $permalink ) {
            if ( !is_user_logged_in() ) {
                   return '';
            }
    
          return $permalink;
    }
    
    

    2. It will not link to the complete image(try right click and open)

    3. To prevent lightbox, you will need to filter on lightbox response(If you need, I can share an example on how to ask users to register if the open an image in lightbox).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482

    Hi Richard,
    Sorry about this. It will be available around the end of the month. For now, you can use the filters available with the rate limit activity. There are filters available in it and you can filter the limit based on users.

    If you need assistance with it, Please do let me know.

    Regards
    Brajesh