I have a custom node type, which has an imagefield in it. In the content type settings --> "Display fields" page I am playing with different settings for my image: just image, an ImageCache preset, a Lightbox and Imagecache combination, etc. These all work properly when the node is displayed by itself.
When I override the node display with a panel page (path: node/%) add the Node ID context and place the node's content in the panel, the image shows always as a link only!!!??? Only the file's name appears as a link that leads directly to the image. All the above "Display fields" settings are disregarded. No imagecache presets are used, nor the original image itself can show on the panel page. The image shows only as a Filefield link.
How can this be fixed?
Comments
Comment #1
kirilius commentedAny ideas?
Comment #2
theusualsuspect commentedI have the same problem. It worked with 6.x-2, but now that only panels 3 will be supported in future, I don't know what to do...Downgrade maybe? Or use the dev version.
Is it a bug? Or better: Is there a workaround to use the node override panel with images?
Comment #3
kirilius commentedAre there any comments from the developers? Is this really a bug?
Comment #4
merlinofchaos commentedHmm. There's a bug in alpha2 that was fixed in -dev that might be the root cause of this. If you are willing to upgrade to -dev (both panels & ctools) give it a shot; if not I expect to roll alpha3 very soon.
Comment #5
kirilius commentedThanks!
Comment #6
SlipAngel commentedSame problem, but with Panels 2. Help! Text CCK fields and CCK groups render just fine.
Actually, my problem is different. I am seeing no image at all. Creating a new thread.
Comment #7
kwixson commentedI'm having this trouble too. Created a test image (custom content type with imagefield field) and a test panel: http://www.charitableunion.org/test
Buggersnots.
Coincidentally, images in views in a panel works as expected. http://www.charitableunion.org/news
Comment #8
merlinofchaos commentedI am not at all sure why this is happening. I'm not doing anything too special with node rendering, that I'm aware of.
Comment #10
raulmuroc commentedComment #11
raulmuroc commentedRefer to: http://drupal.org/node/614504
Thanks.