Is it my imagination or is sitemenu always expanded? If so, what will it take to have it expand and collapse in the same manner as other drupal menus?

CommentFileSizeAuthor
sitemenu.jpg19.68 KBjo1ene

Comments

kbahey’s picture

Status: Active » Closed (works as designed)

Yes, it is like that by design for several reasons. It was one of the reasons that this module was written in the first place (since all other force collapsible menus on you, at least at the time this one was written).

If you want to get a collapsible taxonomy then use another module that has that feature.

jo1ene’s picture

The problem with taxonomy_menu is that it displays the nodes in a particular term then the nodes in all it's child terms which I find to be too much. The advantage to sitemenu is that it displays nodes in that term ONLY which is obvoiusly cleaner and more appropriate in certain applications. What is involved in adding back the collaspe thing, in my case, for the sake of space? I wasn't really asking for development on it? I would like to know if the mod can be hacked in a simple way, by me, to add it back. How can sitemenu call the default menu rendering or something along those lines.

kbahey’s picture

Category: support » feature
Status: Closed (works as designed) » Active

If you make it in such a way that it is backward compatible (i.e. an option to make it collapsible), and submit it as a patch, then I will add it to the base module.

This way it will be available in future versions.

jo1ene’s picture

Status: Active » Closed (fixed)