Replies
- Brajesh Singh on April 24, 2018 at 8:09 am in reply to: [Resolved] W3 Total Cache and Amazon CDN #14754
Hi Sujee,
In the above case, It seems you are missing the unicode value that should be used with content.Regards
Brajesh - Brajesh Singh on April 24, 2018 at 2:53 am in reply to: [Resolved] Help w/ auto-create gallery code #14753
Hi Panos,
Welcome to BuddyDev.
Your code is correct. My guess is the problem lies with the hook it is attached to.MediaPress is state is setup on init action and most probably the user_register is getting called early.
At that time, MediaPress will not have the type/status/component set and that’s why the gallery might not be created.
I will suggest hooking to any action that comes after init. I believe your goal is to optimize the database query by hooking to account creation.
It will be fine even if you hooked to ‘mpp_actions’ and stored the id in user meta. BuddyPress uses the cached meta for the displayed user/logged user and members loop users. So, your code won’t be causing any extra database query.
Regards
Brajesh Hi Tosin,
I am sorry for the delayed reply.We have a complete restrictions suit in progress for BuddyPress 3.0. That will helps us deprecate some of our smaller plugins(various rate limiters etc).
The plugin contains restriction rules for the Followers plugin too. I will link back to when we have it available.
Thank you
Brajesh- Brajesh Singh on April 23, 2018 at 4:58 pm in reply to: [Resolved] Mediapress lighbox image size #14741
Sorry for the delayed reply.
Have just released the 1.3.6 with this change. Can you please give that a try and se eif it works for you.Regards
Brajesh - Brajesh Singh on April 23, 2018 at 4:56 pm in reply to: [Resolved] Ajax registor form customization #14739
Hi Daniel,
I am marking it resolved as per our email discussion.Regards
Brajesh - Brajesh Singh on April 23, 2018 at 4:56 pm in reply to: mediapress upload video in sitewide style youtube #14738
Hi Paolo,
Hope you are doing well.MediaPress 1.3.6 is available now and you can hook into any upload stage now.
Please see the reference here.
https://buddydev.com/mediapress/topics/api-guides/mediapress-uploader-events-lifecycle/Hope it helps you to accoplish your goal.
Best Regards
Brajesh Hi Andrew,
I hope you are doing well.MediaPress 1.3.6 makes it easy to import. We still don’t provide any ui for bulk importing but a developer and use our API to import an attachment or any file on the server to MediaPress.
That will cut down the time needed for writing a solution significantly.
Please see the references herehttps://buddydev.com/mediapress/topics/api-reference/media/import-wordpress-attachment-mediapress-gallery/
https://buddydev.com/mediapress/topics/api-reference/media/importing-file-mediapress-gallery/Regards
BrajeshHi Ben,
Just wanted to update you on this. Today, I have pushed version 1.3.6 of MediaPress. unfortunately, the media comments could not make into it. I have an experimental version with me but I am not sure of it yet.I will be following up again in next 24-48 hours with the progress.
regards
Brajesh- Brajesh Singh on April 23, 2018 at 4:48 pm in reply to: Help with creating an import add-on for WP All Import and Mediapress #14734
Hi Keith,
I have some good new on this.In MediaPress 1.3.6, I have added API to allow importing a WordPress Attachment to MediaPress gallery as well as Importing any file from the server’s directory to MediaPress gallery.
They should make the job of migrating/importing very simple. all we need is a long running or process (or ajax based) to use these API functions to import.
Please see
https://buddydev.com/mediapress/topics/api-reference/media/importing-file-mediapress-gallery/
https://buddydev.com/mediapress/topics/api-reference/media/import-wordpress-attachment-mediapress-gallery/Best regards
Brajesh - Brajesh Singh on April 23, 2018 at 4:45 pm in reply to: [Resolved] BP Profile Tab Pro – Default Tab Error #14733
Thank you Sujee.
I will suggest to hold on to update for Ajax Registration. We are revamping it and It will be a lot different in next 10-15 days from what it is now.,Regards
Brajesh