Show thumbs ordered by filename
Status: Abandoned
Brought to you by:
natasab
yes, its easy... but you will like this easy patch...
my photos are named yyyy-mm-dd hh-mm-ss.jpg and i want
them to be displayed sorted by time.
admin_func.php
function get_all_image_filenames ($dir) {
...
closedir($dh);
sort($list); // ONLY THIS LINE TO BE ADDED.
return($list);
}
Logged In: YES
user_id=1082723
Doesnt seem to work here
Logged In: NO
This appears to work to show the filenames in the admin
menu, not the gallery view pages.
Evan B
nitsky416@wideopenwest.com
Logged In: NO
It works (both in the admin and in the gallery view), but you have to
delete e re-add the gallery.