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: 25336

    Hi,
    Thank you for the patience.

    Please upgrade to 1.4.5 and then disable uploads from “MediaPress->Settings->General” Add/Upload settings.

    Please let me know if it works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: Problem uploading media from mobile #23486

    Hi Max,
    Can you please check if it is not how the specific browser behaves on mobile.

    Can you please try visiting dashboard->Media->Add New and see if multi selection is working with the default WordPress uploader in the same browser environment?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Thank you for confirming Chris. I am glad it worked.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Mike,
    Thank you for using it. I am glad you found the solution.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Mike,
    Thank you for the topic.

    Let us see some comparisons in our context.

    WooCommerece:-
    Pro:-
    – Huge eco system, very flexible
    – Easy to extend and developers available easily
    – You have multiple alternatives to achieve same task. Handles physical/digital goods well.
    Con:-
    – Speed

    EDD:-
    Pro:-
    – Lighter than WooCommerce
    – Handles digital goods well, have limited support for physical goods

    Cons:-
    – Very Limited eco system
    – Though it is easy to extend, you won’t find too many developers for it(not as easily as WooCommerce)

    For membership, both the plugin will need extra plugins(WooCommerce Memberships or Restrict Content Pro for EDD)

    Both of them will only work on individual sites of multisites. You may not have a global store whose products are available on all sites(like BP Multis blog).

    The decision depends on how much change you foresee in future. If you don’t see much changes to your current requirement, EDD and its eco system will be good. If you may want to keep exploring and extending in future, WooCommerce will be better.

    For files:-
    MediaPress does not make the actual file private. It is not suitaed for secure downloads yet. We did not go that route and our purpose was a bit different. We may have it in future. Currently, private means the media page is inaccessible but if someone knows the actual media url(direct link to file), they are not prohibited. The reason was efficiency.

    Hope that helps to decide.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Christian,
    I am sorry I am replying late.

    Please put this in your bp-custom.php

    
    /**
     * Filter WordPress attachment args to remove MediaPress Media from the list.
     *
     * @param array $args args.
     *
     * @return array
     */
    function mpp_custom_filter_attachment_args( $args ) {
    
    	$args['meta_key']     = '_mpp_is_mpp_media';
    	$args['meta_compare'] = 'NOT EXISTS';
    
    	return $args;
    }
    
    add_filter( 'ajax_query_attachments_args', 'mpp_custom_filter_attachment_args' );
    
    

    That will do it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] BuddyPress Signup Avatar #23474

    Thank you Mike. I am glad it worked.

    The credit goes to our team member @ravisharma for the update 🙂

    Have a great day.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Giulietta,
    Thank you for the patience. We are releasing a newer version day after tomorrow(Friday). I will post back. Please give that a try.

    PS:- I haven’t been able to write the microservice version due to lack of time.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Tosin,
    The message receiver selection uses a lot of javascript and doing the single selection will need a co-ordination from theme.

    I am sorry, There is no simple way to do it. We can restrict the number receiver server side but that will break the whole usability.

    I don’t see any simple workaround.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] BuddyPress Signup Avatar #23470

    Hi Mike,
    Thank you.

    Please upgrade to 1.0.5
    https://buddydev.com/plugins/bp-signup-avatar/

    Let me know if it works or not?

    Regards
    Brajesh