Project:footermap: a footer site map
Version:6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:mradcliffe
Status:closed (fixed)

Issue Summary

Views and other menu items are not displayed because they are added in menu_links as "system" items.

Possibly have to expand the query to include {menu_router}, and then in php do some sort of menu_permissions thing based off of the lowest role configured.

Comments

#1

Or maybe just tell people to create real menu items instead of creating them from views.

#2

Version:6.x-1.4» 6.x-1.5
Status:active» postponed

It looks like this was discussed a bit at Drupalcon Europe 2008.

Looking through views code it looks like everything would need a complete overhaul. menu_link_save() would need to be used instead of saving things by hook_menu_alter() (this is the real culprit).

#3

Version:6.x-1.5» 6.x-1.x-dev
Status:postponed» patch (to be ported)

I added a setting to use system menus. This isn't really a solution, but there's no solution as long as there's a bug in hook_menu_alter().

#4

Status:patch (to be ported)» fixed

#5

Status:fixed» closed (fixed)

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