hallo.
I have set up a node_override panel page overriding a simple title + single image content-type, following the panels 2 tutorial on node_overrides.
The override works perfectly except that the image is always rendered as a generic file link+icon.
When removing the node override, the content type renders the correct image.
I am using imagecache to create thumb and fullsize images, and imagefield+filefield to insert the image field in the content type
I would like to point out that with a 6.x version previous to 6.x-2.0-alpha3 (unfortunately I don't remember which), the images were displayed correctly.
Also, I have reproduced the problem on a fresh D6.9 installation with the latest versions of the above cited modules (plus imageapi, cck and views, which are also needed).
Can anyone point me in the right direction to solve this issue?
Thank you!
Comments
Comment #1
bohz commentedComment #2
dorien commentedI noticed the same with 6.x-2.0-alpha3. I use filefield, imagecache and thickbox to display images. But they just show up as listed items, even if the node is a contemplate with the images in there.
I temporarily got around it by creating a view (nodeID argument), which displays only the images, and added that to the panel page.
Comment #3
dorien commentedProblem seems to be in the "node content" that panels offers with node/%. I made a Views Panel Pane which displays my node content, with argument node ID. And images are displaying fine through the panel with the view.
Comment #4
bohz commentedThanks!
I also came up with a couple of workarounds, mostly using plain CSS tricks.
Good thing that Drupal's so flexible! But still....it is a pity because the node override panel technique was so neat!
Cheers
Comment #5
kirilius commentedI hadn't noticed this bug report before and just posted a duplicate. I have the same problem. The views seem to show an imagefield just fine within a panel. I believe this should be a bug report, not a support request.
Comment #6
liberatrPlus one over here. We can get imagefield images to show up inside of field groups, and as a specific field, but not inline with the node content.
Comment #7
tassoman commentedSo shall we have a solution for this bug? ( that would be a bug?)
OR the solution is make a view with single node and KTNXBY? (GG also) ;-P
Comment #8
merlinofchaos commentedPanels 2 is no longer available and is unsupported. Marking all Panels 2 issues won't fix.