Tim
Tim

Reputation: 2697

Drupal 6 how do I display a view in a panel as content

I have a Drupal 6.17 install with Views and Panels2

Im only new to these modules.

how do I get a view to display as content in one of the panel regions?

I have the panels setup and when I select to load content I dont see the view as an option.

do I need to do something to make the view a node?

Ive setup the view page and block, still no success.

Upvotes: 1

Views: 2200

Answers (1)

Kevin
Kevin

Reputation: 13226

You will need to enable Content Panes / View Panes (forget the name of the sub-module) then a new View display type is available to you: Content Panes.

You can also use Views blocks to drop in, but I've found it easier to work with Panes.

Upvotes: 2

Related Questions