Jump to:
| Project: | Dynamic Persistent Menu |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hello,
i want to implement the menu with always visible submenus. I removed the timeout from the JS, so the submenu doesn't hide after X seconds. So it works fine with the hover-effects. But i want to show the related submenu, when you click on the parent item.
Means, when page from menuitem 2 is loaded, the submenu 2.1 2.2 2.3 ... should be visible.
At the moment the active status is set to the list item (li). Is there a way to use the active status for the list element (ul) ?
I have to set the $display value related to the active status of the parent item.
I tried to set the status by using the values of the $link-array. But the elements "in_active_trail" or "expanded" are not set or i can't figure out which is the right element and where to set the $display value.
did someone had the same problem? maybe someone can give me a hand?
thanks in advanced
Stefan
Comments
#1
subscribing
#2
subscibing. It would really seem to make as lot more sence if the current pages menu children were visible by default. Perhaps there should be a configuration option to trigger this behavior.
I'm changing the issue version to 2.x-dev, since this is a feature request, and new features are going in on the 2.x branch.