Replies
- Brajesh Singh on September 9, 2019 at 5:59 pm in reply to: [Resolved] The SEO Framework plugin. #25254
Hi Mike,
Thank you for posting.You will need to report it here
https://wordpress.org/support/plugin/autodescription/
It seems their 4.0 release has broken bugs with BuddyPress being active
Regards
Brajesh - Brajesh Singh on September 9, 2019 at 12:09 pm in reply to: [Resolved] How to Hook into Mediapress Upload via PHP? (custom IPTC, EXIF & XMP data) #25250
Hi Christian,
1. You can completely rewrite the upload by attaching to ‘wp_ajax_mpp_add_media’ on a high priority(say 9).
If you do that, you will need to emulate the whole upload process as you see in the add_media.It does not matter if the method is private as you are not using that method. You are simply getting called before that and return the response, so that method never gets called(since it is ajax request).
You can add to the action from anywhere, please make sure the file/code gets run before the action fires(it fires at very low priority, so even if you load on plugins_loaded, it will be fine).
Regards
Brajesh - Brajesh Singh on September 9, 2019 at 11:54 am in reply to: [Resolved] How to Hook into Mediapress Upload via PHP? (custom IPTC, EXIF & XMP data) #25248
Hi Almost, all of them provide you some opportunity to hook(action or filter) except the mpp_get_title_desc_from_meta.
I am hoping that you can hook into ‘mpp_media_added’ and update the settings/content for media as you please.
regards
Brajesh - Brajesh Singh on September 9, 2019 at 11:45 am in reply to: [Resolved] How to Hook into Mediapress Upload via PHP? (custom IPTC, EXIF & XMP data) #25246
Hi Christian,
Thank you for the question.We use the ajax action ‘wp_ajax_mpp_add_media’ to start upload. you can find this code in mediapress/core/ajax/mpp-ajax.php
https://github.com/buddydev/mediapress/blob/master/core/ajax/mpp-ajax.php#L66
It uses local storage helper for upload
https://github.com/buddydev/mediapress/blob/master/core/storage/class-mpp-local-storage.php
Hope that helps.
Regards
Brajesh Hi Theo,
Thank you for the question.At the moment, I will not suggest moving to MediaPress as our schema is in the process of change and may cause problems in migration.
To be honest, size of media does not matter to the plugin, It is the number that matters. Currently, we have a few bottleneck around counting and privacies.
We are removing that in 2.0 which will be a breaking change from 1.x release. It will be available around the end of the year or early next year.
I will love to see how it performs on large sites as our goal is to provide a robust solution.
Regards
Brajesh- Brajesh Singh on September 9, 2019 at 11:30 am in reply to: [Resolved] Having issues uploading an image in Activity page #25243This reply has been marked as private.
- Brajesh Singh on September 9, 2019 at 10:52 am in reply to: [Resolved] MediaPress comments posted in activity without media. #25241
Hi Richard,
Thank you for the patience.Please put the following in your bp-custom.php
https://gist.github.com/sbrajesh/da7add582f168cfe016dd85454f864f2
and then try commenting on a user’s media. Does it work.
PS:- I am only attaching media with comment, if the comment was made on an activity with only one media.
Regards
Brajesh - Brajesh Singh on September 9, 2019 at 9:45 am in reply to: Member Type Pro not setting member types with Memberpress anymore after update #25240
Hi Phillip,
I am sorry for the inconvenience.for the time being, Please revert back to the older version from here
https://buddydev.com/plugins/buddypress-member-types-pro/#changelog
Our team is looking at it and will have another update for memberpress compatibility in a day.
Thank you
Brajesh - Brajesh Singh on September 9, 2019 at 9:28 am in reply to: BuddyPress Private Message Rate Limiter compatibility with BP Better Messages #25238
Hi Sahil,
Thank you for your interest in the plugin.I am sorry, These plugins are not compatible.
Regards
Brajesh - Brajesh Singh on September 9, 2019 at 12:46 am in reply to: [Resolved] Buddypress Anonymous Activity #25233
Hi Nic,
I will be assisting you within next 2 days and help you resolve it.Thank you for the patience.
Regards
Brajesh