Posted by pengi on July 12, 2008 at 7:54pm
Some of the drupal themes (maybe all?) support submenus in primray links. Example is salamaner. But I can't get them to appear? I've created two pages, and they're both set to appear in primary links. The 'parent' does appear. The one that in the menu editor is the 'child' never does. I'm using 6.3.
Comments
I've spent hours looking
I've spent hours looking here for a resolve to the basic question...are submenus in primary links something that should happen automatically for some themes, or does one need some kind of submenu module?
The primary links only have
The primary links only have a certain depth, which is dependent on the theme. I just browsed through the Drupal 6 themes on themegarden.org and couldn't easily find an example, but here is one from Drupal 5 anyway: Slash.
On that page, the Drupal Hosting and Blog Example are the items underneath Drupal 5 Themes, click on Drupal Themes News to see what it looks like without the items underneath.
I personally make use of the Nice Menus module to make the primary links into full fledged menus. There are some guides on how to apply it, but I believe it is a function called:
theme_nice_menu_primary_links() - you'll just have to alter your theme's page.tpl.php slightly to implement this - and once that is done, you'll need to have the nice menus module on at all times.
I see; thanks.
I see; thanks.