When you first see the overview, you see only the top level term. Is it possible to have it open to the next level down by default?
When you first see the overview, you see only the top level term. Is it possible to have it open to the next level down by default?
Comments
Comment #1
helsinki commentedAny suggestions for this? It's been in the issue queue for a few weeks now.
Comment #2
meba commentedIt is not possible now. Do you still need it?
Comment #3
doc2@drupalfr.org commentedIn the 5.x version, in the menuExpandable4.css file from the module:
STEP 1: Delete (back-up your module before) the line
display: none;under the.submenu {CCS Style.I use Smultron OpenSource text editor on Mac OS X. http://www.framasoft.net/article4310.html
Reload and see the change. If no change happens, reload your module's previous version. If it works, go to the next STEP:
STEP 2: You will then probably have to set by default your containing terms' icon on minus instead of plus (*) : on the line
background-image: url(plus.gif);under theli.menubar {CCS Style.(*) If plus and minus icons have never appeared, jump into http://drupal.org/node/157258 and let me know.
You may have to empty your browser's cache to see the results. Have a go. This should work.
Arsène
Comment #4
doc2@drupalfr.org commentedLet me know...
Comment #5
Anonymous (not verified) commentedThis module is no longer being actively developed as it duplicates functionality that can be obtained through the usage of taxonomy_menu ( http://drupal.org/project/taxonomy_menu ) and dhtml_menu ( http://drupal.org/project/dhtml_menu ).