Replies
- Brajesh Singh on March 15, 2016 at 6:28 pm in reply to: Media Upload to a Group from User Activity Stream #3027
Hi Leo,
I am sorry for the delayed reply.
I understand the issue. It is happening when the media is uploaded from sitewide activity stream.We will need to move the media to group when the activity is published(we can not guess initialy where the media is going, so we keep it in user wall gallery). I am working on a way to write this.
This is one of the reasons why MediaPress 1.0.4 is delayed. I will update you asap I am able to fix it.
Thank you
Brajesh - Brajesh Singh on March 15, 2016 at 1:25 pm in reply to: [Resolved] Docs uploaded to different galleries but other media to single gallery #3023
Hi Jaume,
It was happening due to a mistake of mine. I had added the doc support for activity quiet late and forgot to declare the callbacks for providing ids.It is fixed now
https://github.com/buddydev/mediapress/commit/4bcf953a26bb931cdea0fdaa5380a831dea7313eI will be pushing 1.0.4 on Wp.org today/tomorrow with this fix. Marking it as resolved.
Thank you
Brajesh - Brajesh Singh on March 15, 2016 at 1:04 pm in reply to: [Resolved] Docs uploaded to different galleries but other media to single gallery #3022
This is happening for activity uploads for profile as well as group both.
- Brajesh Singh on March 15, 2016 at 1:02 pm in reply to: [Resolved] Docs uploaded to different galleries but other media to single gallery #3021
Confirmed bug. I am going to fix it soon and will update you.
Thank you
Brajesh - Brajesh Singh on March 15, 2016 at 12:47 pm in reply to: [Resolved] Docs uploaded to different galleries but other media to single gallery #3020
Hi Jaume,
Thank you for posting the issue.
If it is happening it is a bug. All similar type of media should go to one gallery when uploaded from activity.Please allow me 30 minutes to test and verify, in the meantime, if posssible, please do post your mediaPress Debug info( MediaPress->Tools menu)
Thank you
Brajesh - Brajesh Singh on March 15, 2016 at 11:30 am in reply to: [Resolved] Open member gallery outside Buddypress #3017
Hi Piotr,
Thank you.
MediaPress uses members/single/plugins.php as the base template to load component.This file may be used by multiple plugins(for example BuddyBlog etc) to load actual content.
You can specifically customize this file for MediaPress by using the following code inside itif ( mpp_is_gallery_component() ) { //load the tem } Hi Minoo,
Just committed the auto deletion of orphaned media using cron job.
https://github.com/buddydev/mediapress/commit/efb2e0495b014e898047cf27e9b2e55e02ff06bb
Marking this topic as resolved.It will be available as part of MediaPress 1.0.4 (Hopefully coming very soon).
Thank you
Brajesh- Brajesh Singh on March 15, 2016 at 10:45 am in reply to: [Resolved] Images appear in gallery/gallery-name/manage/edit.. not in gallery/gallery-name #3013
Hi Paul,
Thank you.The meta seems fine to me. It is most probably one of the taxonomies(that we use as status/type/component) that is empty and causing this issue. I am on it and should have some way to show them today.
Thank you
Brajesh - Brajesh Singh on March 15, 2016 at 10:44 am in reply to: [Resolved] Having problems with showing BuddyBlog posts in activity feeds #3012
Marking as resolved.
Hi Minoo,
Just wanted to update. I have added the functionality to delete orphaned media now. testing at the moment and will be pushing in an hour to the development repo.