Closed (fixed)
Project:
Imagefield Gallery
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Jan 2008 at 19:43 UTC
Updated:
12 Feb 2008 at 13:54 UTC
Images of the image field of a CCK-content don't appear with this module enabled.
When you disable the Imagefiled Gallery, they become to appear again.
Version of other used modules:
imagecache 1.3
imagefield 5.x-1.1
LightBox2 5.x-2.2
Comments
Comment #1
duntuk commentedexperienced the same problem...
I think this module needs further documentation, as it probably needs to have custom theming done to display anything.
Comment #2
eclipsegc commentedNo custom theming is needed to display the output of this module. If you do not select thumbnail and preview imagecache presets nothing will output. This can be confusing since an admin refresh happens and you can technically leave the page. Just visit admin/settings/imagefield_gallery_types again and check, you will probably see that you've not selected imagecache presets for your content type.
Additionally, you should upgrade to the newest version of this module, it should eliminate a number of other previous small annoying problems.
Images should (and do in my test environment) appear on any content type that hasn't been specifically told to have a gallery. (these appear in the default imagefield output)
Eclipse
Comment #3
eclipsegc commentedIn fact, it's worth noting that for your initial test, this module works better w/o any custom themed node-types. Not that it can't work with custom themed node-types, just that you need to understand the theming aspects before you start work... for example you need to pull the field out of the $node->content array section of $node, NOT $node->field_name
Eclipse
Comment #4
eclipsegc commentedclosed as there was never a bug in this regard