![]() |
|
[how to] display some exif in a precise order - 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: [how to] display some exif in a precise order (/thread-4140.html) |
[how to] display some exif in a precise order - vincent3569 - 27-11-2008 Hello, I wish to display under my photos, the following EXIF's data list : Model, Focal Length, FNumber, Exposure Time, ISO speed rating. I modified the function.php file and valued in 'true' these EXIF's data only ($_zp_exifvars). How do I do that ? [how to] display some exif in a precise order - acrylian - 27-11-2008 We don't recommend to hack any core files. Several functions for that are documentated like these: [how to] display some exif in a precise order - vincent3569 - 27-11-2008 The modifications in functions.php are very minor (I modified some 'true' and put 'false' in the place). Finally, if all the fields which I want are 'true', I can install again the functions.php initial file. The problem is that I don't know the php code who allow me to display the exif's data which I want, in the order which I want Could you help me ? [how to] display some exif in a precise order - vincent3569 - 27-11-2008 An example of what I want to do : it's wonderfull site made with zen photo [how to] display some exif in a precise order - acrylian - 27-11-2008 I gave you the functions to get the exif data... But try something like this:
[how to] display some exif in a precise order - sbillard - 27-11-2008 Try the nightly build. With this release you can select which metadata fields to display via the ADMIN back end. |