Really nice module!

My problem: I am experiecing a very strange behaviour that I can't find a cause for. What happens is the following: I had a site set up with various content types. I installed the module and created a new content type to be used as an image gallery. It worked! I set it up with Imagefield Gallery and (almost) everything is fine.

Then I decided to try to add the gallery function to an existing content type. It has, just as the new one, an imagefield with multiple values. But: Although all the settings I can think of (content type settings, Imagefield Gallery settings, Imagecache settings, templates, ...) are identical, on one content type (the first one) the gallery shows up just as intended while on the other content type it doesn't.

Looking for the reason I used php print_r($node); to have a look at the values that come within $node. The result: On my second content type the gallery doesn't appear. (On the first one it appears in $node->content['body']['#value']; and (alone) in $node->content['field_image']['#value'];.

I don't know if I'm missing something obvious, but it looks to me as if all settings are identical, leading to different results. Any ideas?

Comments

yan’s picture

Status: Active » Closed (fixed)

It seems as if sometimes I need to publish a question just to find the answer myself - sorry. The second content type had the imagefield in a fieldgroup (CCK) and it looks like the Imagefield Gallery module doesn't like that. I took it out of that group and the gallery showed up.

Did I miss a hint on that problem or is it new (i.e. should I open an issue for that)?

EclipseGc’s picture

Um, that's a new issue, I've never done that before, so open an issue for it.

watbe’s picture

subscribing...

will this be fixed anytime soon?

yan’s picture