I think that I have the necessary settings to have the secondary menus display the child items from the primary. I have selected primary as the source for both. I have tried it with and without the secondary menu option disabled in the themes. I still can't get the child menus to display.
This seems to be a common problem for Drupal 6.
Thanks for any help you can provide.
It depends on the way the links are included in page.tpl.php.
I don't recall if you've edited page.tpl.php or not, but I've attached an alternate version that should restore the functionality you're looking for. You'll notice the changes are on line 121 and 128, in case you don't want to overwrite and make the edits yourself.
As you likely already know this will remove the dropdowns from the primary menu. :)
You may need to clear the cache too. You may also consider adding the following CSS to keep the Primary parent item highlighted:
#primary-links li a.active, #primary-links li.active a {
padding: 0 10px;
color: #ffffff;
background: #425462 url(../images/style1/primary-bg-hover.png) bottom repeat-x;
text-decoration: none;
}
| Attachment | Size |
|---|---|
| page.tpl_.php.txt | 10.19 KB |




