PDA

View Full Version : ISO from Exif data finally OK


raminia
01-23-2005, 09:14 PM
Hi folks,

Recently, I've installed Pixelpost 1.3 and I love it. I searched the forum for showing the Exif data on each post and I found many usfull information and mainly the thread
http://www.pixelpost.org/forum/viewtopic.php?t=176&postdays=0&postorder=asc&start =15
helped me alot. I did all the changes mentioned in that thread by George but the ISO settings didn't show up correctly untill I added
if($iso != "") { $iso = "$lang_iso $iso"; }
before the line reads
$tpl = ereg_replace("<EXIF_EXPOSURE_TIME>",$exposure,$tpl);
in the index.php file.

I wanted to share this with you and it would help others.

Cheers,
Ramin
p.s: my photoblog is at pblog.raminia.com

Connie
01-30-2005, 03:55 PM
thanks Ramina!