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: 25407
    Brajesh Singh on in reply to: [Resolved] Feature image upload #11580

    Hi Alex,
    Thank you.

    I am glad it is resolved 🙂

    Thank you for updating me.

    Cheers,
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407
    Brajesh Singh on in reply to: Mediapress Activity notifications #11579

    Hi Andreas,
    We will need a week to revive the Comment Notifier plugin(We had it abandoned after BuddyPress 2.5 ).

    It will work for the BuddyPress like/favorite and the comments as it did earlier.

    Thank you for the patience.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407

    You are welcome 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25407
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25407

    Thank you Claudio.
    Glad that we were able to help in time.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407
    Brajesh Singh on in reply to: Multiple registration forms #11572

    Hi Amv,
    At the moment BuddyPress does not provide functionality for this.

    There are two things to consider here, associating fields with roles in the backend and showing it using different form.

    If you want to do it, it will need to be implemented a a completely custom solution(handling the whole registration process).

    What you are looking for is the functionality provided by many of the membership plugins, BuddyPress lacks it at the moment.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407
    Brajesh Singh on in reply to: [Resolved] Mediapress lightbox size #11571

    Hi Richard,
    Sorry about that. We have it fixed width(set to 900px).

    If your user’s are advance, you could use flex box like this

    
        .mpp-lightbox-content {
            width: 90%;
            display: flex;
            height: auto;
            min-height: 400px;
    
        }
    
        .mpp-lightbox-media-container {
            flex: 1;
            width: auto;
        }
    
    

    But it won’t work in older browsers(Prefixing may help though).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407

    Hi Claudio,
    Please upgrade to 1.1.1
    https://buddydev.com/plugins/bp-deactivate-account/

    it should fix the issue. The path is case sensitive and should work now.

    Please do let me know if it doe or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407

    Hi Claudio, Ravi
    Thank you.

    The error log makes a lot of sense. It is an issue with our new admin framework(pt-settings, It assumed the whole path to be lowercase while it should have only assumed that for the relative path).

    I will post an update and let you know.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25407

    Hi Fariz,
    You most probably don’t need the plugin.

    BuddyPress already implements comment notification now(Not as detailed as the plugin though)

    In the double notification one is coming from BuddyPress and one is from the plugin. That’s why you are seeing it twice.

    Please disable the plugin and see if you really need this plugin.

    If you still do, please let me know and I will assist.

    Regards
    Brajesh