Hi.
I need to create a view which will have no menus or blocks or anything else from the default elements of a Page. I need to just display the content. Is this do-able in Views or can I achieve this in some other way (by disabling all those elements on a specific page?)?

Thanks

Comments

dawehner’s picture

You could use panels for this, there is a feature to disable blocks on a panels page.

merlinofchaos’s picture

Status: Active » Fixed

Page elements are rendered by page.tpl.php -- you can use page suggestions to provide a different page.tpl.php that renders very little for the path to the view. Please see Drupal's theming documentation for the page template for more information.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.