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!

Comments

Mark Theunissen’s picture

The 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!

kirkhoward’s picture

I 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.

Mark Theunissen’s picture

Status: Active » Closed (fixed)