Needs review
Project:
MultiFlex theme
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2006 at 16:25 UTC
Updated:
27 Jun 2007 at 02:35 UTC
I'm actually not sure if this is a bug or a feature, but it seems like a bug.
When you select the advanced configuration choice of Expanded for a menu, I expect that it will be expanded regardless of theme, but in multiflex it collapses. I looked for a tag that I could use to style them, but there's no indicator they were ever marked to be expanded.
I've looked at ways to fix it, but I don't see how. Any pointers would be greatly appreciated. It's a beautiful theme.
Comments
Comment #1
PipSqueak commentedI'm having this problem too.
Comment #2
pathscollide commentedHi. Sorry not to post a proper patch but I'm still very much a newbie. The problem comes from a theme override function in template.php. The code for this function was adapted from the nice_menus module and doesn't take into account menus set to be always expanded.
Here is a fix that works:
I added these lines:
Comment #3
ZaphMann commentedI'm only 5 days into Drupal and on v. 5 - but isn't this handled by dhtml_menu-5.x-0.7.tar?