View Single Post
  #18  
Old 02-23-2005, 06:26 AM
raminia's Avatar
raminia+ Offline
Team Pixelpost
 
Join Date: Jan 2005
Location: FL, US
Posts: 3,706
Send a message via Yahoo to raminia
The solution is in 4 simple steps:

1) put exifer folder (with folder name exifer) in the main folder of your pixelpost where these folders reside: templates, thumbnails, admin, and ... . Do not change anything in the exifer.

2) change pixelpost's index.php at the top by adding this line
require_once("exifer/exif.php");

3) at the line about 306 of pixelpost's index.php, replace
// EXIF STUFF
if(extension_loaded(exif)) {

with
// EXIF STUFF
if(true) {


4) now exif data should apear. there is still some nessesary modifications for correct appearace that you can find the solutions in the threads I mentioned before.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7
Reply With Quote