Replies
- Brajesh Singh on June 12, 2019 at 5:29 pm in reply to: [Resolved] MediaPress Plugin – How Do I Stop Video Uploads? #23489
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 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- Brajesh Singh on June 12, 2019 at 9:54 am in reply to: [Resolved] BuddyPress Group Tabs Creator Pro & WPML #23482
Thank you for confirming Chris. I am glad it worked.
Regards
Brajesh - Brajesh Singh on June 12, 2019 at 9:53 am in reply to: [Resolved] Social Subscribe Box – Bold text link #23481
Hi Mike,
Thank you for using it. I am glad you found the solution.Regards
Brajesh - Brajesh Singh on June 12, 2019 at 9:52 am in reply to: [Resolved] Private advice regarding membership payment systems #23480
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:-
– SpeedEDD:-
Pro:-
– Lighter than WooCommerce
– Handles digital goods well, have limited support for physical goodsCons:-
– 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 - Brajesh Singh on June 11, 2019 at 7:32 pm in reply to: [Resolved] Need to Hide MediaPress uploads from Normal WordPress Library & Media up-loader #23475
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 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- Brajesh Singh on June 11, 2019 at 6:20 pm in reply to: Transcoder plugin for .mov file (of Brajesh) does not work for my website #23472
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 - Brajesh Singh on June 11, 2019 at 6:18 pm in reply to: How to stop users from sending message to more than 1 user at a time #23471
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 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