Closed (fixed)
Project:
Slider
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2008 at 20:34 UTC
Updated:
5 Dec 2008 at 09:56 UTC
Using the latest version of panels2 and slider in drupal 6 I have been unable to display a slider node inside of a panels2 pane. I have not yet tested the -dev version of slider yet because I see that no one else has reported this bug!
| Comment | File | Size | Author |
|---|---|---|---|
| panels2_slider_node_nonfunctioning.png | 24 KB | kirkhoward |
Comments
Comment #1
Mark Theunissen commentedThe Slider node is being displayed as a teaser in the panel - if you change the display to a full node, it should work, but I have never tested Slider inside a Panel before!
Comment #2
kirkhoward commentedI am pretty sure that I did not have the slider show as a teaser, but I will double check. In the meantime I did find a workaround... adding the node_as_block module as a helper.
So far, the only way I've gotten this to work is to make a panel page, use the node_as_block module to expose the node as a block, and to add the block to the panel pane.
node->panel page->block->panel pane
or
nod->panel page->block->mini panel->panel pane
*of course you must change the content type to allow it to be exposed as a block after installing the node_as_block module.
Comment #3
Mark Theunissen commented