|
#1
|
||||
|
||||
|
ISO from Exif data finally OK
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/viewt...c&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 Code:
if($iso != "") { $iso = "$lang_iso $iso"; }
Code:
$tpl = ereg_replace("<EXIF_EXPOSURE_TIME>",$exposure,$tpl);
I wanted to share this with you and it would help others. Cheers, Ramin p.s: my photoblog is at pblog.raminia.com |
|
#2
|
|||
|
|||
|
thanks Ramina!
|
| Post Reply |
| Thread Tools | |
|
|