By toniw on
So, I took a clean install of Drupal 5.1, added the Image module (including the PEL library) and the Exif module. I enabled both, and I can upload images perfectly, they nicely show up as a node. Arrived at this point I think I'm missing some fundamental concept of Drupal: how do I get the Exif information displayed and where is it supposed to show?
Comments
Settings?
Have you been to the Administer > Site configuration > Exif settings page to select what Exif information to display?
// David Lesieur // Whisky Echo Bravo // Web applications development // Montreal, Canada //
yes, done settings
Yes, by default some fields are already checked, but any change I make there does not seem to have any effect. Should the chosen fields be displayed within the image node without me changing anything in the node itself?
Other ideas...
Normally, the fields that have been enabled in the administration settings are automatically appended to the node's body.
Make sure that:
// David Lesieur // Whisky Echo Bravo // Web applications development // Montreal, Canada //
checked all those, still no go
Yup, PEL is installed, I'm viewing the full node, the images do have Exif data, and I am using the default theme. Like I said, it's a standard Drupal 5.1 install, with only the Image-module and the Exif-module installed. Might I be missing some access/security settings somewhere?
I will PM you the url and adminpwd. I would be very grateful if you could take a brief peek at what I am missing here...
Same problem here
Got the same problem here. What was the outcome of this thread? =)
--
Sivert Almvik
Same problem too :)
well... i've the same same problem :)
i'm sure having exif data (i control it with acdsee)
module is activated without any error message (i add pel)
even when i active default theme
please, help us ! ;)
Will investigate...
Towee sent me the access info for his site. I'll have a look at it and try to find what's going on!
// David Lesieur // Whisky Echo Bravo // Web applications development // Montreal, Canada //
Should be solved
I have just committed a small change to the module that should fix this problem. This has been included in the new Exif 1.0 release.
Towee helped a lot solving this problem by setting up a test site that reproduced the bug, and granting me admin access. Thanks!
// David Lesieur // Whisky Echo Bravo // Web applications development // Montreal, Canada //
Yes!
Thanks David, I dropped in the new version of the module and now the Exif-tags are displayed ok!
Problem is gone
and everything seems to function as intended.
Sivert.
--
Sort
My exif information is properly set. Now I want to sort the images by creation date. How would you proceed to achieve that?