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 |

Matt V. - May 26, 2008 - 05:02

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

hicham7 - May 26, 2008 - 14:36

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

ravi_9793 - May 26, 2008 - 10:03

primary links menu with submenu

hicham7 - May 26, 2008 - 10:44

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

bloke_zero - July 14, 2008 - 15:07

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

prservices - August 8, 2008 - 22:27

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.

 
 

Drupal is a registered trademark of Dries Buytaert.