I am finding it a bit hard to determine wether or not this module allows mini panels to be attached to sub-menu items. The admin UI allows for panels to be attached onto any menu item, however on the front-end side only the panels attached on the top tier (1st level) items renders a proper panel. The panels attached to 2nd level menu items render an empty box!.
I should note that I am using the menu block module, with a two level deep navigation. Also another odd thing I have noticed, if all panels were located only on 2nd tier and not 1st and 2nd like I currently have done, no minipanels are rendered at all (even the empty ones).
Can someone please confirm they have managed to get this to work on sub-menu items? Thanks.
The function menu_minipanels_panels appears to retrieve minipanels render for 2nd tier, however it looks like the static $panels variable loses this output.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | menu_minipanels-n1840360-4-d6.patch | 805 bytes | damienmckenna |
| #3 | menu_minipanels-n1840360-3-d7.patch | 819 bytes | damienmckenna |
| minipanels-menu.png | 6.26 KB | davidd07 |
Comments
Comment #1
damienmckennaAdjusting the title.
Comment #2
damienmckennaTag.
Comment #3
damienmckennaThis patch loops over each item in the menu tree to see if there are any items at any level that need to be processed.
Comment #4
damienmckennaArgh. This is the D6 version.
Comment #5
damienmckennaCommitted.
Comment #6
damienmckennaClosing this in the interest of tidying up the issue queue after the release of 7.x-1.0 / 6.x-1.3.
Comment #6.0
damienmckennaUpdated notes