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: 25485
    Brajesh Singh on in reply to: [Resolved] Buddypress disabling system #30507

    Hi Peter,
    Welcome to BuddyDev.

    The reason for WSOD seems related to a BuddyPress depended plugin or theme.

    is there any chance you have some BuddyPress dependent plugin network active? or individually active on all sites?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Auto join groeps Auto List error #30505

    Hi Peter,

    The user registering from backend is different than the user registering from the front end.

    We use profile fields/member types to take decision where to add users. When you register from the backend, the profile fields/member types are not available for that user. That’s why we do not execute our actions.

    If someone registers from front end and activates their account, our activation routine will run and add user to groups.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: mobile problems #30504

    Hi Ruben,
    Thank you.

    I had a look. You are using Youzer. Our plugins do not work with Youzer and we do not plan to add any compatibility due to our experience with their support.

    https://buddydev.com/unsupported-plugins/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Extend activity inner area #30503

    Hi Nestor,
    Thank you for the details.

    Please contact OcenWP authors for assistance.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Mediapress Bulk Uploads #30502

    Hi Nik,

    Thank you for the understanding.

    I do hope to update the workflow in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    Thank you for the question.

    You may add following to your bp-custom.php

    
    
    add_filter( 'mpp_generate_metadata', 'WRIO_Media_Library::optimize_after_upload', 10, 2 );
    
    

    That should make it work with the above plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Extend activity inner area #30496

    Hi Nestor,
    Thank you for the question.

    Are you using our theme? If yes, let em know and I or my team will assist.

    Otherwise, for customizing appearance, I suggest asking your theme developer.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Mediapress Bulk Uploads #30495

    Hi Nik,
    The other way to to allow users upload directly from activity screen.

    For uploads from single gallery page, we do not keep a track when all uploads ended(It can be tracked as the js event fires after all completion) on php side, so unless we do explicit implementation(Like sending an ajax request after all files uploads successfully to publish), It is not automatically doable currently.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Mark,
    Please share the complete code from your bp-custom.php(all content from the file including tags).
    You can put it on pastebin.com and link me. That will help us assist you quickly.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Granmeh,
    Thank you for reporting.

    Please allow me 2 days to update and resolve it. I will post back after the update.

    Regards
    Brajesh