A client needs to filter their WP Download Monitor list in the admin by category. I've found some requests for this functionality, e.g.
http://wordpress.org/support/topic/plugin-wordpress-download-monitor-suggestion-filter-by-category?replies=2
But they seem to have passed by.
I've had to hack the admin.php file and I've got basic filtering working. It's lacking refinements like indentation in the drop-down for nested categories, and I'm not sure the SQL is 100% watertight. But it basically works, and includes maintenance of state across paging.
Mike, would you be interested in incorporating this in the next release?
cheers,
Steve
http://wordpress.org/extend/plugins/download-monitor/
Hi Steve, I was just looking for similar function from this great plugin and came across your post. We have hundreds of support files to categorize and I want to put them in one directory, do an "add from directory" using a certain category and then use a short code to display all files in the same category on the one web page.
I would like to contribute in some way if Mike takes up your offer, maybe a small donation.
P.S. I use your PHP errors widget pasted into my themes functions.php, Nice.