Active
Project:
Auto Menu
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2009 at 05:13 UTC
Updated:
15 Aug 2009 at 05:13 UTC
Menu node creates a table between menu items and nodes
It uses hook_nodeapi to update it's database entries. It bases it on $node->menu information. Automenu sets menu entries but not the $node->menu information so menu_node never sets the information; my suggestion is to update $node->menu with apprioete menu information after menu information is saved. (Don't have the code since my first idea was to do a if module_exists menu_node and use the menu_node_save function to save the information.. course it didn't work till I upped automenu's module weight :/!).