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

mradcliffe’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Category: support » bug
Priority: Normal » Critical

This is a logic bug. It's recursing one level too many. Also seems to be in Drupal 6.

mradcliffe’s picture

Status: Active » Fixed

Speedy commit as it's one line and kind of critical.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

george.plescan’s picture

Version: 7.x-1.x-dev » 7.x-1.0
Component: User interface » Code
Status: Closed (fixed) » Active

I 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.

mradcliffe’s picture

Yes, 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?

mradcliffe’s picture

Version: 7.x-1.0 » 7.x-1.1-beta1
Status: Active » Postponed (maintainer needs more info)

Can you try 7.x-1.1-beta1 and report back?

george.plescan’s picture

Ok, 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.

mradcliffe’s picture

Version: 7.x-1.1-beta1 » 7.x-1.x-dev
Status: Postponed (maintainer needs more info) » Fixed

I'm going to open a new issue with that.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.