I'm having this problem. I have a menu that have disabled itens, and when I configure footermap to show this menu, all itens (enabled or not) are appearing.

Thanks for attention!

Comments

Vuds’s picture

Status: Active » Patch (to be ported)

Well, looking quickly at code I found what it was. The column "hidden" from {menu_links} table has only 2 values possibles: 0 (enabled) and 1 (hidden, disabled). The code compare this column to be "<> -1".

Change that to "= 0" or "<> 1" (three times in the footermap.module), clean cache and it works.

Thanks!

mradcliffe’s picture

I think this was a hold out from an earlier version. Sorry.

mradcliffe’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

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