Member
Member
vincent3569   27-11-2008, 10:50
#1

Hello,

I wish to display under my photos, the following EXIF's data list : Model, Focal Length, FNumber, Exposure Time, ISO speed rating.
I wish to display those informations in this order and only if the data exist in the photography (otherwise, no display).

I modified the function.php file and valued in 'true' these EXIF's data only ($_zp_exifvars).

How do I do that ?

Administrator
Member
Member
vincent3569   27-11-2008, 12:45
#3

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 ?

Member
Member
vincent3569   27-11-2008, 12:48
#4

An example of what I want to do :

http://www.cristaldegivre.com/zenphoto/index.php?album=fig-es-dans-ma-m-moire-&image=20081021_swiss_0324_cdg.jpg

it's wonderfull site made with zen photo

Administrator
Administrator
acrylian   27-11-2008, 18:18
#5

I gave you the functions to get the exif data... But try something like this:

$metadata = getImageMetadata( );
echo $metadata[];

Member
Member
sbillard   27-11-2008, 19:23
#6

Try the nightly build. With this release you can select which metadata fields to display via the ADMIN back end.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.