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
` 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/
I now believe it would be correct.
Yes, I know the link, but apparently I'm not quite understand it.
But I'll try again.
I think my Problem is to use Thickbox!
Is it possible to, for example, use getImageData(copyright),
printImageData(copyright,Copyright)or getImageCustomData()
by InLine in Thickbox.
So I learn more About the Code of Zenphoto and PHP.
When I did it.... could I post it here?