Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
Views Data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2010 at 21:46 UTC
Updated:
23 Feb 2010 at 22:50 UTC
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
Comment #1
dawehnerYou could use panels for this, there is a feature to disable blocks on a panels page.
Comment #2
merlinofchaos commentedPage 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.