Is this possible? I have a real estate page and I want a menu item to show up on the navigation bar in that page but not in the Home page.

Comments

aleehatami’s picture

bump

dman’s picture

This is a good question. Sorry I don't know a quick fix.

maybe with CSS http://drupal.org/project/menuclass
http://drupal.org/project/special_menu_items

EvanDonovan’s picture

If you use a theme based on Zen or Basic, this should be fairly simple with CSS since they provide a custom body id for the homepage. You could then simply write a CSS rule to hide the specific menu element when that body id is present.

EvanDonovan’s picture

Questions such as this are more appropriately answered in the support forums. My answer in #3 should work in most cases. A theme override function could work in other cases - call drupal_is_front_page() (I think that's the name) in your function that themes the menu items. Or else use a different menu system like Superfish or Nice Menus.

EvanDonovan’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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