Gambalunga
💖 Chevereto Fan
I originally posted this as a response in "pre sales questions" but I felt it was more appropriate here.
The question was:
Ok, I had a quick look at the issue of showing the Date Created. Perhaps it could be formated differently and also placed in a different order in the list but this is what I have done.
I edited the file /app/lib/functions.render.php and at line 705, just after " 'Model' => $Exif->Model," I inserted the following line:
The first part,'DateTimeOriginal' (before =>), can be modified as required. Eg. 'DateTimeCreated' would show as "Date Time Created" on the rendered page, likewise 'DateTaken' would show as 'Date Taken'.
Naturally this little mod would have to be made every time the file is updated with an update of Chevereto.
When you click on "More Exif data" it shows as in the (partial) screen capture below.
I hope this helps.
The question was:
Snip............................
Thanks for your time in helping me understand the system.
- Lastly, regarding EXIF data, I can see what you mean that the system doesn't strip it. I am confused about why only some data is displayed. You said it only displays "important" data but I don't really understand what is defined as important. Surely the date a photo was taken is important. I'm assuming there is no way to customized this from the admin side, so I'd have to live without it for the time being. Is that correct?
Ok, I had a quick look at the issue of showing the Date Created. Perhaps it could be formated differently and also placed in a different order in the list but this is what I have done.
I edited the file /app/lib/functions.render.php and at line 705, just after " 'Model' => $Exif->Model," I inserted the following line:
Code:
'DateTimeOriginal' => $Exif->DateTimeOriginal, //added pb
Naturally this little mod would have to be made every time the file is updated with an update of Chevereto.
When you click on "More Exif data" it shows as in the (partial) screen capture below.
I hope this helps.