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

    Hi Peter,
    Thank you for the reply.

    I am glad you found the issue. The above suggested code should have printed the error. if they did not, most probably your host puts extra customizations.

    From the above code, All I can guess is there was some code in your mu.php which was injecting something related to BuddyPress in the head tags of the site.

    Regards
    Brajesh

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

    Hi Jik,
    I have updated the post. The mention was for “Gallery” upload and not activity.

    In case of upload from gallery, we do not keep a record of all the files uploaded client side and we do not inform server that consider these n files as single unit.
    

    It is easily doable and you do not need to create any activity. There are functions to do that.
    Please search for wp_ajax_mpp_publish_gallery_media in the code to see how it happens.

    Regards
    Brajesh

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

    Hi Peter,
    Thank you.

    We can add it easily, the problem is setting expectations. If we get a few more request on the same line, we will add it.

    The problem with this approach is site admins will ask for some way to add data on dashboard registration and so on. That’s why we have limited to front end.

    Regards
    BRajesh

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

    Hi Nik,
    Thank you.

    Here are a few things to know:-

    1. Individual file uploads are only an atomic action for the server. They don’t know if someone uploaded only 1 file or 5 files together.
    For server, they do not understand what is a bulk action.

    To achieve a feeling of bulk upload, we store the uploaded file details on client side(in activity) and then when activity is posted, we use these file ids with the newly created update to check if there was any file uploaded and how many was there.
    In other words, client re-sends the list of files uploaded earlier and now server knows it was bulk.

    In case of upload from gallery, we do not keep a record of all the files uploaded client side and we do not inform server that consider these n files as single unit.

    We can do it by sending a new request at the end of the uploads to inform server. It is not very difficult to achieve .
    Currently, my team lacks the bandwidth to have this feature added in the plugin.

    I hope it clarifies.

    Regards
    Brajesh

    • This reply was modified 5 years, 9 months ago by Brajesh Singh. Reason: updated
  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] add extra css on a profile field #30536

    Hi Bouke,
    Thank you for sharing the details.

    Which field type are you using for that specific field?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: Activity plus reloaded: Share doc/file ? #30535

    Hi Lars,
    Thank you for the topic.

    I am sorry, we do not have any plan to add it in near future. Our plans will depend on what BuddyPress team decides with respect to the attachment component.

    If you want, you can use MediaPress which supports documents in the upload.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Thank you Daniel.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    You are welcome.

    I am glad it worked.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    You are welcome. I am glad it worked.

    Regards
    Brajesh

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

    You are welcome. All the best with the solution.

    Regards
    Brajesh