By what table/field would I determine the last view of an image?
I found two fields in table Item, but both won't tell me, when the image was actually clicked the last time (the first is the creation date and it seems the other one it the timestamp of the first click on that image)
Posts: 6136
GalleryItemAttributesMap::viewCount
That would be last viewed. If you are trying to increment viewcounts by yourself gallery checks if you've viewed in the last day and won't increment if you have.
modules/core/classes/helpers/GalleryItemAttributesHelper_simple.class
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 7
As far as I see the field you're naming is the actual Count how many times the images was viewed. what I need would be the timestamp, when the images was clicked most recently.
Posts: 6136
Sorry, I'm just reading from the file I referenced
and
So you said
I'm thinking the second may be the one you are looking for. If you are trying to affect a change yourself, you may not be seeing the change
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2