Menu

#13 Show thumbs ordered by filename

open
nobody
None
5
2004-06-10
2004-06-10
Anonymous
No

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);
}

Discussion

  • StarSoft

    StarSoft - 2004-07-14

    Logged In: YES
    user_id=1082723

    Doesnt seem to work here

     
  • Nobody/Anonymous

    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

     
  • Nobody/Anonymous

    Logged In: NO

    It works (both in the admin and in the gallery view), but you have to
    delete e re-add the gallery.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.