Title: Flat Taxonomy Checklists
Last modified: March 27, 2018

---

# Flat Taxonomy Checklists

 *  Resolved [sesecrets](https://wordpress.org/support/users/sesecrets/)
 * (@sesecrets)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/flat-taxonomy-checklists/)
 * Hi David,
 * I’ve been using your plugin for a number of years now and posted a few questions
   to you over that time. Your plugin and your assistance are outstanding to say
   the least.
 * Now that I’ve buttered you up (j/k), any idea if you’ll ever incorporate an option
   to display tags as checklists in the bulk upload and quick edit/bulk edit areas?
 * I’ve managed to hack the content template and associated mla-edit-media.php file
   enough to get that working perfectly on the upload screen (unfortunately, as 
   I never learned structured coding and am more of a hack it till you get it to
   work properly type of coder, I had to hack the actual core plugin files so I 
   can’t upgrade at the moment), but I’ve not had any luck on the quick edit/bulk
   edit areas as of yet. I can create the checklists just fine, but haven’t gotten
   the associated “checked” data incorporated.
 * My needs are probably quite specific as the clients I use your plugin with have
   a set of tags that doesn’t change, with each page only having a single tag so
   as to further refine it within another taxonomy (a basic drill down, but the 
   tags cross categories) so utilizing a free-form data input field just leads to
   errors that I’m trying to avoid.
 * Before I spent more time breaking/then fixing things I figured I’d see if it 
   was anywhere on the horizon as I’ve seen a few people ask about it in the past.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [David Lingren](https://wordpress.org/support/users/dglingren/)
 * (@dglingren)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/flat-taxonomy-checklists/#post-10121643)
 * Good to hear from you again! Thanks for the kind words and for your question.
   Thanks as well for diving into the code and attempting your own implementation.
 * You may have found the “Checklist” column in the “Taxonomy Support” section of
   the Settings/Media Library Assistant General tab. That option setting does what
   you want (I believe) but it only works on the Media/Edit Media screen and in 
   the Media Manager Modal (popup) Window. That’s because the way WordPress supports
   those areas is quite different from support provided in the Quick Edit and Bulk
   Edit areas. I always to be as WordPress-like as possible and I tried to match
   what’s already there for posts and pages.
 * You mentioned that you’ve had some success on the “**_upload screen_**“. I assume
   that refers to the Bulk Edit Area on the Upload New Media screen; is that right?
 * I don’t have any plans to add checklists to the Quick/Bulk Edit areas at this
   time, but I can investigate the work required. I’d be happy to look at your code
   as a starting point if you’d like to share it. The best way to proceed would 
   be by email. . If you send me your contact information I will reply with more
   details and an address where you can send test results. You can use the Contact
   Us page at our web site:
 * [Fair Trade Judaica/Contact Us](http://fairtradejudaica.org/our-story/contact-us/)
 * I look forward to hearing from you on this interesting suggestion. Thanks for
   your continued interest in the plugin.
 *  Plugin Author [David Lingren](https://wordpress.org/support/users/dglingren/)
 * (@dglingren)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/flat-taxonomy-checklists/#post-10207220)
 * Thanks for contacting me offline and sharing your code for the checklist-style
   taxonomy display.
 * I have uploaded a new MLA Development Version dated 20180422 that adds the “checklist-
   style” flat taxonomy display to the Quick and Bulk Edit areas. This version also
   extends the “checked-on-top” option to all checklist-style taxonomies in the 
   Quick Edit area.
 * To get the Development Version you can follow the instructions in this earlier
   topic:
 * [PHP Warning on media upload with Polylang](https://wordpress.org/support/topic/php-warning-on-media-upload-with-polylang/#post-9625341)
 * It would be great if you can install the Development Version and let me know 
   how it works for you. Thanks for inspiring this MLA enhancement!
 *  Thread Starter [sesecrets](https://wordpress.org/support/users/sesecrets/)
 * (@sesecrets)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/flat-taxonomy-checklists/#post-10207239)
 * That’s great. I’m putting some finishing touches on that site as we speak so 
   I’ll make a backup and test out the development version today.
 * Thanks David!
 *  Thread Starter [sesecrets](https://wordpress.org/support/users/sesecrets/)
 * (@sesecrets)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/flat-taxonomy-checklists/#post-10207331)
 * A couple of quick observations for you David.
 * 1) I see you didn’t incorporate the checklist support into the bulk upload screen.
   Any specific reason for that…even if only as an option? Not a huge issue…As mentioned,
   that’s the one screen I was able to work out on my own so I can certainly continue
   to do that if necessary. I’ll just have to be cautious with updates in the future
   so as to keep the functionality.
 * 2) As to the quick edit area, it looks good except some formatting issues. When
   using the media assistant, the thumbnail images are initially in a span tag so
   they are inline. When you open the quick editor, they are in a div so by default,
   they are block level which pushes the fields down below the image instead of 
   starting next to it. Setting the div to inline or inline-block would avoid that.
 * 3) The checklist columns currently stack on top of each other in the Quick edit
   mode which looks quite odd and takes up a good bit of vertical real estate (I
   realize why it’s that way after seeing the bulk edit screen). Since you swap 
   things around a bit for that screen anyway, possibly having any checklist boxes
   align in a row and make use of any available width for the quick edit screen?
   Making use of flexbox would make that trivial and avoid any unnecessarily complex
   CSS to handle it while still making it quite responsive.
 * You could also likely cap the width of the filename/description area at a certain
   width, reduce the default size of the checklist boxes and create a good bit of
   extra horizontal space to avoid having to stack things except on fairly small
   screens where it’s unavoidable.
 * Still playing with it, but it should definitely help with edits and updates going
   forward.
 * Thanks again for all the assistance you provide.
 * John
 *  Plugin Author [David Lingren](https://wordpress.org/support/users/dglingren/)
 * (@dglingren)
 * [8 years ago](https://wordpress.org/support/topic/flat-taxonomy-checklists/#post-10211786)
 * I have uploaded a new MLA Development Version dated 20180423 that moves the “
   checklist-style” flat taxonomy display back to the right-hand column in the Quick
   and Bulk Edit areas. This version also extends the “checklist-style” flat taxonomy
   display to the Bulk Edit area on the Media/Add New (Upload New Media) screen.
 * It would be great if you can install the latest Development Version and let me
   know how it works for you. Thanks for helping me with this MLA enhancement!
 *  Plugin Author [David Lingren](https://wordpress.org/support/users/dglingren/)
 * (@dglingren)
 * [8 years ago](https://wordpress.org/support/topic/flat-taxonomy-checklists/#post-10230322)
 * I have released MLA version 2.73, which contains the final changes made for this
   topic.
 * I am marking the topic resolved, but please update it if you have any problems
   or further questions regarding the checklist-style enhancements for flat taxonomies.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Flat Taxonomy Checklists’ is closed to new replies.

 * ![](https://ps.w.org/media-library-assistant/assets/icon-256x256.png?rev=973502)
 * [Media Library Assistant](https://wordpress.org/plugins/media-library-assistant/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/media-library-assistant/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/media-library-assistant/)
 * [Active Topics](https://wordpress.org/support/plugin/media-library-assistant/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/media-library-assistant/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/media-library-assistant/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [David Lingren](https://wordpress.org/support/users/dglingren/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/flat-taxonomy-checklists/#post-10230322)
 * Status: resolved