Hi,
I'm designing a website using the Marinelli theme
(http://quaaoutlodge.com/drupal-7.14/).
I created a menu point (The Lodge) and set it to "Show as expanded" in "Home
» Administration » Structure » Menus". I also created a submenu and selected
it to show as expanded as well but it does not show up.... why not? :( I
have my submenu point correctly assigned the parent link. :(
Thanks, any help is appreciated in resolving this issue...
Ron
Comments
Comment #1
stfnross commentedI am also having a similar issue using Drupal 7.15 and Zen theme. Anyone have suggestions. For such a small issue this creating a huge headache for me and not allowing me to progress with my design.
Comment #2
KrisBulman commented@stfnross Can you clarify please? Are you referring to the default main-menu not getting a second tier when a menu item is added?
If so, check out JohnAlbin's module menu block, it solves that (core) problem.
Comment #3
kristofferromI'd like a tip on how to make this work without adding a new block for the menu. I'm using the main-menu displayed in Zen 3.x by default, but I've moved it a bit. See www.tambourhinoceros.net, the 'about' item actually has a 'links' subitem that isn't displayed
Comment #4
johnalbinYou can't get it to work with the data passed to the page.tpl.php; those menu links only contain the top-level menu links. You have to write a bunch of PHP to get deeper levels of the menu. I've done that already and named it the menu block module. :-)