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

duntuk’s picture

experienced the same problem...

I think this module needs further documentation, as it probably needs to have custom theming done to display anything.

eclipsegc’s picture

No 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

eclipsegc’s picture

In 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

eclipsegc’s picture

Assigned: Unassigned » eclipsegc
Status: Active » Closed (fixed)

closed as there was never a bug in this regard