Closed (fixed)
Project:
Zen
Version:
7.x-5.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Jun 2012 at 22:04 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent
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. :-)