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

pbarnett’s picture

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.

djhost’s picture

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?

pbarnett’s picture

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.

jonabyte’s picture

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.

jonabyte’s picture

should have read the first reply, this allowed me to remove the blocks, but still stuck on removing the logo and top portion.