Media-Tags 3.3 Beta A
-
Decided to post here in case someone sees it. I’ve been working on added some much needed functionality to the old Media-Tags codebase. So far I have two major items complete and more to come.
1. Assign Media-Tags during upload –
This has been requested for some time and I had a hard time coming up with a proper solution. One holdup was that WordPress does not provide any good ways to hook into the async upload processing. Even with the recent changes in the Media UI moving th Backbone the exposure is still limited.But I found a solution. It is some what hawkish JavaScript but does seem to work. To start I had to add some structure to the Media > Add New page layout. This is so the metabox for the Media-Tags tagging can be properly seen without duplicating a lot of the WordPress core code. Here is a screenshot of the new upload screen with the new metaboxes. https://screencast.com/t/MzKjIMN0D
As you can see there are 3 new metaboxes. From top to bottom 1) A utility metabox to clear the uploads listing. Seems this screen show had have this all along. 2) This is where you will assign the Media-Tags to add to the uploads. This should be familiar as the normal tag metabox. 3) This box hold the button to actually process the tagging. As mentioned there is not an easy way to hook into the actual upload such that the assigned media-tags get passed to the server. So after WordPress sends up the media files you need to then assign the media-tags. Also if you make a mistake say be assigning the wrong tag you can correct the tags and click the button again to reassign.
Works on both upload options.
2. Filtering the Media > Library to show Media items without Media-Tags. This has been something asked for probably for two years. Well it is finally here. Like most listing there are filter options above the table. The filter option for Media-Tags contains a new option ‘No Media-Tags’ See image https://screencast.com/t/W6LlBmCkZHd5
I have some other options like updating the media popup UI code to be more functional and allow functionality like filtering by Media-Tags on the featured image selection screen.
I also have some plans for an upcoming Media-Tags 4.0 release to support multiple taxonomies. But more on that later.
If you are interested in testing the beta please see the download link below.
https://dl.dropboxusercontent.com/u/2616987/projects/wp-plugins/media-tags/betas/media-tags-3.3-BetaA.zip
- The topic ‘Media-Tags 3.3 Beta A’ is closed to new replies.