great module and very helpful:

1. Can you add some sort order to the manager, e.g., descending by name
2. OR add a taxonomy filter?

This can make it easier when sorting/moving images in large batches.

Thanks!

James

Comments

chieroz’s picture

It's just a very "quick and dirty" hack, but you can modify line 121 of gallery_manage.module.

$query .= " ORDER BY n.title ASC"; // order by filename
// $query .= " ORDER BY td.tid ASC"; // original code

x-lette’s picture

Title: Feature Request - Additional Sort Order » Additional Sort Order / Filter Option
Version: 6.x-1.0-beta3 » 6.x-1.0-beta5

I also do miss some filter options in IGM. It would be very helpful to have some more filtering options than just the gallery. Especially I would appreciate a filter by name-option (with substring matching of course). Additionally a filter by other taxonomyterms would be helpful too.

jchan’s picture

Status: Active » Fixed

The beta6 version is out now with these features. (All except filter by additional taxonomy terms.) Click on the table headings to change the sort order. Click on the filter heading to toggle filtering by gallery or image name.

Thanks for the feature suggestions. I appreciate them even though I may not have time to implement them quickly. (To put it mildly, haha.)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.