![]() |
|
Only show EXIF data if it is present - 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: Only show EXIF data if it is present (/thread-3097.html) |
Only show EXIF data if it is present - Stephane - 2008-06-15 Hi guys, I'm working on a complete revamp of Effervescence and having a lot of fun with the new features. The way I've got image descriptions and tags implemented is to check via I would like to do the same with EXIF data. How can I check that the EXIF indeed contains information and not a blank array? Only show EXIF data if it is present - acrylian - 2008-06-15 You can check the EXIF fields directly (please see the documentation) or you could probably try some PHP array functions like BTW, nice effervescent mod, but horizontal scrolling is really a little inconvenient... Only show EXIF data if it is present - Stephane - 2008-06-15 Thanks, I'll try and figure it out with PHP. It's not exactly my strong suit. Regarding Effervescence, the horizontal scrolling is just a fun little thing I added for my own gallery. I'm actually starting off from scratch for v2. I might even have to give it a new name, because I have a feeling it will be quite different from my original Effervescence theme. Only show EXIF data if it is present - Stephane - 2008-06-15 I'm also realizing that Only show EXIF data if it is present - acrylian - 2008-06-15 Alright, I somehow actually didn't realize that you are the original author, sorry...:-) Needless to say that any new theme is welcome. Only show EXIF data if it is present - acrylian - 2008-06-15 Since these are all arrays, I would think that the php array functions Only show EXIF data if it is present - Stephane - 2008-06-15 Got it to work with both tags and EXIF, cheers! Just for reference I'm using Only show EXIF data if it is present - sturmgas - 2010-02-08 This is what i'm looking for i believe. Where did you implemented the |