Hi
I'm new to drupal and panels. I made a new content type with an imagefield that accepts multiple values. I am trying to display these images using the Galleryformatter, the settings to pick image sizes and style in the panel node interface don't seem to 'stick' and revert to defaults after saving the panel node (I'm trying to override the node template using panels).

I tried setting the formatter to 'shadowbox' and even there it will not accept imagecache presets and defaults to original image. Only when I select 'image' in the list of formatters does it correctly display an imagecache preset and saves the setting.

If I disable the Panel.. the default node display shows the galleryformatter slideshow correctly.

Please help. Thanks.

Comments

jdanthinne’s picture

Same for me, with Field Slideshow

merlinofchaos’s picture

Project: Panels » Chaos Tool Suite (ctools)
Version: 7.x-3.0-alpha2 » 7.x-1.x-dev
Component: Plugins - display renderers » Code

This would be CTools, I think.

eclipsegc’s picture

Will take a look.

merlinofchaos’s picture

Well, I just tried to reproduce this, and I can't.

However, I've seen a minimum of six people exhibiting this behavior. So it's definitely happening, but the situation that causes it is not quite as simple as just installing a module that provides extra formatter options.

jdanthinne’s picture

@merlinofchaos : someone posted an explanation about this particular problem with my Slideshow formatter here : http://drupal.org/node/1067336#comment-4119118
Perhaps it can help you reproduce the bug (in my case, I was able to).

merlinofchaos’s picture

Status: Active » Fixed

Ahh, the problem appears to be an !empty() instead of isset() -- I couldn't reproduce it because I wasn't testing the "no value" options.

Pushed a fix.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.