![]() |
|
IPTC "plugin" - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: IPTC "plugin" (/thread-676.html) Pages:
1
2
|
IPTC "plugin" - thinkdreams - 03-08-2007 @dspnorman- as of v1.5 of exifixer, it does parse the raw data, i think it might be as simple as creating lookups for the iptc data as well. Might be as simple as returning the $result array and seeing what's in there, especially using an image with IPTC tags in it, so we can get an idea of the raw data. IPTC "plugin" - aitf311 - 06-08-2007 Has anyone figured out how to display the title and caption from iptc yet? I used the iptc.php file uploaded to trac but when I used the mentioned tags all I receive is blank space. IPTC "plugin" - dspnorman - 08-08-2007 aitf311, can you link to an image in your gallery that has this problem? IPTC "plugin" - aitf311 - 08-08-2007 dspnorman, This image should have keywords, title, caption embedded in it. I am including your file in my functions.php page and using the function getIPTC('title'); IPTC "plugin" - dspnorman - 08-08-2007 That's strange. Have you tried entering a title or description in the zenphoto data for the image? If the function can't show IPTC, it will fall back on whatever is stored in the database, so you should not be getting a blank. It could be that your Canon stores the tags differently than my Nikon, and the IPTC parser in PHP doesn't know how to extract them... I have to confess I have no idea how portable the $iptcTags array is, or if there's a better way of getting at the tag data. I'll try and chase down some documentation on the iptc parser. IPTC "plugin" - aitf311 - 08-08-2007 With this hack active I cannot even see the scriptaculious yellow hover to add a title to the image. If you come up with anything else just let me know and I will try it. |