how to make primary links display child links ?
hicham7 - May 24, 2008 - 13:19
Hello
I've created primary links menu with sub menus, when clicking on a primary link menu item, the sub menus do not show up in the header section of the web site
how do i make the sub menus visible ?
thanks for taking time replying
hicham

On the Admin | Menu |
On the Admin | Menu | Settings page, make sure you have the "Source of Secondary Links" set to "Primary Links." If that's not it, what theme are you using?
--
Drupal Theme Developer’s Cheat Sheet | 45 Screencasts to Get You Kicking Ass with Drupal
for now, I'm using garland
for now, I'm using garland theme, I've created the primary links menu with submenus, and in the Admin | Menu | Settings page,the "Source of Secondary Links" is set to "Primary Links."
still the submenu for the first item of primary links menu shows up, but clicking on any other item of the menu, the submenu doesn't change
thanks
You can use nice menu
You can use nice menu module.
http://drupal.org/project/nice_menus
Free Drupal Themes || www.TechHunt.org
primary links menu with submenu
Hello
what i intend to do is to create a primary links menu, and I click in an item menu, a sub menu would show up in the secondary links menu in the blue banner section, for the moment , I'm using the garland theme.
thanks
simple answer
I assume you want the links as a static line below the main menu, displaying in a line (which you'd achieve with CSS), just paste in:
<?php if (isset($secondary_links)) { ?><?php print theme('links', $secondary_links) ?><?php } ?>After making sure that the secondary links are set in the admin>menu section as above.
Same Issue
Hi,
I have the exact same issue.. fresh install..
Theme: Light Fantastic
I created one page, then a second and put it as a submenu.. and hasn't shown up in the menu since.
The theme must support submenu as in the administrative end they do show up.
Any help appreciated.