By djhost on
How do it is possible to show a inside drupal page but only the page content without the main menu
that the user see when the first logging on to the website
For example
http://www.example.com/?q=node/42
How do it is possible to show a inside drupal page but only the page content without the main menu
that the user see when the first logging on to the website
For example
http://www.example.com/?q=node/42
Comments
Page without menu
Hi.
This is easy to do; given that each menu is in a block.
If you don't want to see a particular block on a given page, go to Administer > Blocks, and click on 'Configure' for the appropriate block.
Go to the 'Page specific visibility settings' and check the 'Show on every page except the listed pages' radiobutton, then add the page(s) where you don't want to see the block, such as node/8, and save the block.
That's it; the menu block will not be on that page.
Pete.
working
Thank you
Now I need to solve the option with the logo
The logo is also staying do you know how to change it as well or make it not shown?
page.tpl.php
Hi.
If you need that much control over a particular page, it might be easier to control how the page is displayed by editing your theme's page.tpl.php file, which is the 'master template' for all pages (assuming that you're using a phptemplate-based theme; most of them are).
OK, it's all sounding a bit technical... but I'd be happy to help.
I'm in the UK, too :-)
Pete.
Looking for something
Looking for something similar. except I only want it done for one page in the site. The rest of the site needs to show the menu and logo.
should have read the first
should have read the first reply, this allowed me to remove the blocks, but still stuck on removing the logo and top portion.