Is there a way to only show a couple of sections of your site on a canvas page.

Comments

drupal_crock’s picture

I guess the best way to try to work this is to specify a URL as a landing page then modify a custom page.tpl.php page to limit the sections (including navbar) that are available to the user?

Dave Cohen’s picture

see http://drupal.org/node/923818 (screenshots are out of date but it is mostly correct). And also the README.txt.

You want an entire theme just for canvas pages. That way you can control which blocks, menus, etc appear.

And under the canvas page settings, you specify a different front page. You don't want to let modules/fb specify the landing URL. Don't edit it manually.

drupal_crock’s picture

Thanks for getting back to me, Dave. I did see that link and I am able to get the canvas page to appear.

However, I am not sure about how to only show certain sections. Do I do this at the theme layer?

For example, I only want to show a page where users can submit ccktype1 (ccktype1 just used as an example cck form) and a section that shows a view of all ccktype1s that have been submitted.

drupal_crock’s picture

Issue summary: View changes

removed unnecessary word