Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 02-21-2005, 05:30 PM
Fellow Eskimo Offline
pp veteran
 
Join Date: Feb 2005
Location: SC, USA for the next 6 months.
Posts: 78
EXIF data in comments

I looked at http://www.pixelpost.org/forum/viewt...highlight=exif that thread, and did everything in it...and I still do not have the EXIF data in the comments. I have it enabled:

EXIF Your php was compiled with exif-enabled. This means you can add additional exif-information to your images such as camera model, aperture, exposure time and more.
There are certain tags to add to your templates for this. Check pixelpost homepage to learn more.

And it works on the main page...but not in the comments. Any suggestions?

Edit: Site is felloweskimo.net/photo
Reply With Quote
  #2  
Old 02-21-2005, 07:18 PM
mark Offline
pp veteran
 
Join Date: Feb 2005
Location: Atlanta, GA USA
Posts: 89
are you sure that your photos have exif data in them?

i know you probably know, but i had to ask anyway..

just right click your photo (on your computer) and choose properties..
If you dont see any exif data, you wont see it on the site...

let me know if its there and i'll help...i had some similar problems..
Reply With Quote
  #3  
Old 02-21-2005, 07:33 PM
raminia's Avatar
raminia+ Offline
Team Pixelpost
 
Join Date: Jan 2005
Location: FL, US
Posts: 3,706
Send a message via Yahoo to raminia
strange!
I looked at the produced html from your comment page and it seems the tags
<EXIF_EXPOSURE_TIME>
<EXIF_APERTURE>
<EXIF_CAPTURE_DATE>
<EXIF_FLASH>
<EXIF_FOCAL_LENGTH>
<EXIF_CAMERA_MAKE>
<EXIF_CAMERA_MODEL>
didn't compile to their nessesary values or even to blank. that means the exif extention is not avaialbe or other error occured that prevented the code from execution.

are you sure that they apear on you main page. I don't see them there
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7
Reply With Quote
  #4  
Old 02-21-2005, 07:38 PM
Fellow Eskimo Offline
pp veteran
 
Join Date: Feb 2005
Location: SC, USA for the next 6 months.
Posts: 78
They appear on the main page, See, the original template had the EXIF data on the main page. I wanted it in the comments. So I copied the data tags from the main page to the comments, and deleted them on the main page. Well, they worked on the main page, but not on the comments...

I am 100% that the current photo up there has EXIF data. To make sure, I also put the tags on the main page, and they worked. Then I removed them. The previous one doesnt because of post processing, but I know the one up there does. And as far as 'compiling to their nessessary values', you might as well be speaking greek. I have no idea what that means. Sorry for being php dumb.
Reply With Quote
  #5  
Old 02-21-2005, 07:44 PM
mark Offline
pp veteran
 
Join Date: Feb 2005
Location: Atlanta, GA USA
Posts: 89
ah!....i see now...

ya know, i never got mine working either until i download exif.php and included it in my index.php....


i'll dig further.
Reply With Quote
  #6  
Old 02-21-2005, 07:46 PM
raminia's Avatar
raminia+ Offline
Team Pixelpost
 
Join Date: Jan 2005
Location: FL, US
Posts: 3,706
Send a message via Yahoo to raminia
maybe somthing's wrong with you index.php. PM it to me. as well as your template for comments
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7
Reply With Quote
  #7  
Old 02-21-2005, 08:10 PM
raminia's Avatar
raminia+ Offline
Team Pixelpost
 
Join Date: Jan 2005
Location: FL, US
Posts: 3,706
Send a message via Yahoo to raminia
ok

Oh I find out! but that's an amazing bug but that's not a bug

The problem is with early exiting the index.php file in the popup action before replacing the EXIF tags with proper values.
to correct this jus move up the exif section of index.php above the commenting section. for this
1) first backup your index.php
2) cut the index.php file from the line says
// EXIF STUFF
to the end of the lines says
$tpl = ereg_replace("<EXIF_CAMERA_MAKE>",$info_camera_ manu,$tpl);
$tpl = ereg_replace("<EXIF_CAMERA_MODEL>",$info_camera _model,$tpl);
$tpl = ereg_replace("<EXIF_LENS>",$lens,$tpl);
$tpl = ereg_replace("<EXIF_ISO>",$iso,$tpl);
}
3) paste it before the line says
// visitor information in comments
which should be right the above the section you have cut.

4) save your index.php and have fun!
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7
Reply With Quote
  #8  
Old 02-21-2005, 08:13 PM
raminia's Avatar
raminia+ Offline
Team Pixelpost
 
Join Date: Jan 2005
Location: FL, US
Posts: 3,706
Send a message via Yahoo to raminia
btw, this issue was discussed here
http://www.pixelpost.org/forum/viewt...ighlight=popup
and the remedy was there too. please do some more search before asking questions.

Ramin
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7
Reply With Quote
  #9  
Old 02-21-2005, 09:27 PM
mark Offline
pp veteran
 
Join Date: Feb 2005
Location: Atlanta, GA USA
Posts: 89
good idea...makes sense too....im gonna try that tonight...
Reply With Quote
  #10  
Old 02-21-2005, 09:28 PM
Fellow Eskimo Offline
pp veteran
 
Join Date: Feb 2005
Location: SC, USA for the next 6 months.
Posts: 78
Thank you, its fixed.

Im sorry for asking questions, I'll remember that if there is a next time. As you can see from my first post, I did search, I did not see that remedy in that post. Sorry for not catching it and asking.
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 12:33 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs