Quantcast
Channel: Zenphoto forum
Viewing all articles
Browse latest Browse all 2917

melbe on "Last Updated/Changed Date?"

$
0
0

Hi,
I already read some forum posts about this topic and before I start to develop my own function I thought I should ask if I understood correctly:

Album Date: Date of an Album set
Image Date: Date of an Image (Taken from its Metadata)
printLatestAlbums() refers to "updateddate" in the DB, which is the last Date of an image?

Meaning: There is nothing available to display " Last updated/last changed date"?
This
$filechangedate = strtotime($tempalbum->getUpdatedDate())
confused me at first - because it seems its not really the "filechanged date" (meaning modified or creation date) but the date when the Image was taken?

What I would like to achieve:
*Show the "date last updated" referring to the date when I last uploaded a new image (or edited the album?).
* Sort the album based on the date I last changed Information / added an image.
* Show Album/Image Date based on the metadata / admin backend setting

Maybe you have a recommendation how to do this?
Set the "updated date" manually in the DB each time I add an image or change information?

Or get the upload/file Date of the last image added? Or easier: the modification date of the album folder?(filetime)

Any help is highly appreciated :)
Thanks for all your work and support - Love ZenPhoto:)


Viewing all articles
Browse latest Browse all 2917

Trending Articles