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
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
Comment #1
chieroz commentedIt'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
Comment #2
x-lette commentedI 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.
Comment #3
jchan commentedThe 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.)