|
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.
|