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
modified date
creation 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?


Gallery URL (optional): http://www.suduhaas.com/gallery2
Gallery version: G2
Webserver (with version): IIS6
Datatabase (with version): MYSQL
PHP version (eg 4.2.1):
phpinfo URL (optional):
Graphics Toolkit(s):
Operating system: Windows 2003
Web browser/version: FIREFOX

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sun, 2005-02-06 16:19

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.

 
duhaas

Joined: 2004-01-30
Posts: 44
Posted: Sun, 2005-02-06 16:21

can i change that date in the SQL table anywhere?

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sun, 2005-02-06 19:15

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.