Having the menu open to the 2nd level by default
helsinki - March 4, 2006 - 21:28
| Project: | Taxonomy dhtml |
| Version: | 5.x-2.2 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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?

#1
Any suggestions for this? It's been in the issue queue for a few weeks now.
#2
It is not possible now. Do you still need it?
#3
In 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
#4
Let me know...
#5
This 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 ).