Creation date on photo pages insted of origination date
eliz82
Joined: 2009-11-06
Posts: 71 |
Posted: Wed, 2010-06-30 13:53 |
on my photo pages and under the thumbnails of items in album pages is the ORIGINATION date (on the pictures that have exif). this has probably has to do with the fact that the Exif module is activated. I want to display the CREATION date (the upload date). i have find something similar on this thread: i have opened my themes/matrix/templates/photo.tpl the only thing related to date is: Quote:
{g->block type="core.ItemInfo" so I don't understand what valiant meant to say. any idea how to do that ? |
|
Posts: 8339
In photo.tpl add:
where you want it to appear.
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 71
thanks , it's working. i also found a different solution.
modules/core/templates/blocks/ItemInfo.tpl
line 8:
and replace the "originationTimestamp" with the "creationTimestamp"