Gallery Album sort option
duhaas
Joined: 2004-01-30
Posts: 44 |
Posted: Sun, 2005-02-06 16:07 |
I really enjoy that I have the ability to sort my gallery photo by : origination date For some reason though when I tell the gallery to sort by last changed date, it doesnt reorganize them by the modfied dates of the file? Is that whats its look @ or is there a table within mysql I should be editing?
|
|
Posts: 8601
it is modified date of the gallery item.. ie, last time you changed the title, description, etc. eventually albums will also have their modified date updated when an item is added or removed from inside the album, but that's not in place yet.
Posts: 44
can i change that date in the SQL table anywhere?
Posts: 8601
modifiedTimestamp in Entity... use lib/tools/test/index.php FlushCache to clear cached entities.
any reason you wouldn't sort by origination timestamp? you can modify that value using the app instead of going to the db.