ImageInfo City, Location....

Hello!

I used Zenphoto 1.2.6 with the Zenpage Default Theme. It works great.

Only one Problem:
I want in the Image Info not the Exif Data, because I ever delete them.
I want the in this Window,when i klick it, see the Data City, location, State, Copyright....

All my try's to do this:

`
if (getImageEXIFData()) { echo "";printImageMetadata('', false);
`
for Example in this:
`
if (getImageData(copyright)) { echo "

".gettext("Image Info")
."
"; printImageData(copyright,Copyright);
`
don't work.
The Copyright stand before the Tags and the Window that open by clicking Imageinfo is empty.

I am not really good in php.... :-(

I would be grateful for a tip.

Greetings

Comments

Sign In or Register to comment.