Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author merganser

    (@merganser)

    1) any suggestions on how to accomplish this? I put in a forum question but no one has responded.

    2) in my enhancement list

    3) fixed sorta

    Thread Starter rcain

    (@rcain)

    hi Merganser – thanks for reply and responses.

    i do have a little experience of modifying the media uploader pop up – basically cribbing someone elses plugin that used this technique. its a bit fiddly too – ajax callbacks etc , as i recall.

    also, i did run into problems with two plugins running simultaneously on same page, both invoking/using common js liraries. (as i recall i was forced to just commented out the 2nd plugins include eventually.)

    raises the question of how best to package and ship such (js) dependencies. ie. whether to consider writing a single plugin to install/manage all required js libraries, etc. wp core does a lot of good stuff with ‘load order’ parameters and strict version dependencies, etc (where they are implemented) – but it could do with a little refinement i think.

    i’ll see if i can dig up some more info.

    good news youre planning to do taxonomies. keep up the good work.

    Plugin Author merganser

    (@merganser)

    hey wanted to let you know I just committed version 1.0.5

    it supports hierarchical categories and allows developer to utilize the slugs such as /media/[media category]/

    Thread Starter rcain

    (@rcain)

    great stuff merganser – just trying it out now (see also my other thread). works great so far. many thanks. keep up the good work. 🙂

    hello.
    i needed yesterday this functionality for one of my clients who transferred from joomla to WP so i have quickly added filter in popup

    you can get changed media-categories.php file from here:
    http://pastebin.com/RM9iLTrw

    basically i have removed default media library tab in popup and replaced it with custom one where i have added filter so there is no messing around with core code.
    one thig is that in select list current category was not selected so i have change that also. now current category is selected

    i have commented code so you can see what was changed. changes were made on following lines:
    107-109
    327-329
    337
    348-350
    763-to the end

    hope you will find it useful and that developer will clean it a bit for next release of this excellent plugin

    Plugin Author merganser

    (@merganser)

    I just saw this post omegastudio. I will have to compare what you promoted on pastebin to what I included on 1.1

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Media Library Categories] feature request – media category filter on insert media popup in’ is closed to new replies.