I've got menus displaying in the footermap, but I don't want nested menu items to display. I figured the recurse limit was the way to do this, but when I set it to 1, nested items are still displayed. Does a recurse limit of 1 mean show items nested 1 level down or show top level items only? Is there a way to show top level items of a menu only?
Comments
Comment #1
mradcliffeThis is a logic bug. It's recursing one level too many. Also seems to be in Drupal 6.
Comment #2
mradcliffeSpeedy commit as it's one line and kind of critical.
Comment #4
george.plescan commentedI just installed the 7.10 version and it seems to have this exact bug.
I installed the older dev and the recurse is working normal.
Please can you add this back to the stable version.
Thank you very much.
Comment #5
mradcliffeYes, this was originally reported for 7.x-1.0, but it is fixed in 7.x-1.x-dev.
You say you have tested 7.x-1.x-dev and it works for you?
Comment #6
mradcliffeCan you try 7.x-1.1-beta1 and report back?
Comment #7
george.plescan commentedOk, the beta is working, as I am currently using it.
I didn't see the 2011 on the 1.0 version, I thought it was 2012.
The reason I wanted to use the 1.0 version was that for some reason my 4 menus where in this order: main menu, secondary menu, taxonomy menu 1, taxonomy menu 2. The way I want it.
On the beta the order is different and there is no obvious way to change it.
Thank you for your time and help.
Comment #8
mradcliffeI'm going to open a new issue with that.