Hi there,
I'm having trouble trying to get exif data to show up.
I don't want to have it display in a separate box like it does on the packaged themes but under the photos like the description, tags etc.
I've been trying to use `printImageMetadata` but there isn't much documentation on how to use it.
Help would be greatly appreciated.
Thanks.
Comments
I have also a problem with the showing up of my exif data. They simply don't display, although I can see in my database (via MySql) that they exist.
Did I forgot to do something when I installed the version 1.1.3.
Thanks a lot in advance for you help.
I am using different cameras (Sony, Canon, Panasonic) and I am not watermarking my pictures with zenphoto (but with FastStone prior to uploading them with zenphoto).
What theme are you using?
`<?php <br />
if (getImageEXIFData()) {echo "
printImageMetadata('', true);
}
?>`
I replaced the "image.php" page by a new, fresh one and now IT WORKS !!! I must have introduced a kind of bug into the old page.
Thanks for the idea of the unmodified theme.