It’s possible I’m missing something here, but how does a front-end user move media from one gallery to another…?
Hi Richard,
The UI is not available for moving a media from one gallery to another.We do have the support in code though.
mpp_move_media( $media_id, $gallery_id );
That will move a media to the given gallery(including the updating of component, moving file physically and all).
I do suggest clearing media cache after moving
// clear media cache(details have changed). mpp_clean_media_cache( $media_id );
We don’t have plans to provide any UI in core for moving the media as it seems too complex for core(and offers little functionality).
I hope that either our team or someone form the community provides it as an addon using the underlying function.
Best regards
BrajeshHi Richard,
Sorry for missing this. If you ever did it, please do let me know 🙂Regards
Brajeshhi Brajesh,
no worries, I’m keen to do this, after my pile of TUITs has reduced… As soon as I have something, I’ll let you know. I may even have questions 😀
Cheers
R.
You must be logged in to reply to this topic.