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 " ".gettext("Image Info") ."";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
Use backticks for your code parts or [code][/code] so that your code example would be readable.
I als recommend to read this: http://www.zenphoto.org/2008/04/how-to-read-the-zenphoto-functions-guide/