Love this module.
Can this module include "Menu Settings per Content Type" like http://drupal.org/project/ctm ?

Cheers

TechNikh
http://twitter.com/TechNikh

CommentFileSizeAuthor
#2 multiple_node_menu-ctm-1239576-2.patch1.25 KBlee20

Comments

lee20’s picture

Assigned: Unassigned » lee20

Subscribing. I need to integrate this module with CTM as well. I will be working on a patch that does a better job integrating the two modules.

lee20’s picture

Status: Active » Needs review
StatusFileSize
new1.25 KB

Attached is a proposed patch which uses an #after_build callback to overwrite the parent options for existing menu items with the parent options available when adding a menu item. This allows for modules such as CTM to alter the parent options using hook_form_alter() and ensures that the parent options for existing menu items are equivalent to the parent options for adding a menu item.

There is some cleanup that can be done to eliminate processing that is always overridden by this patch.

kruser’s picture

Same issue in Drupal 7. If a content type doesn't have any menus enabled, then this module still shows an option for menus regardless.

lee20’s picture

@kruser - I think this issue may be related to what you are talking about #843006: dont alter the form when there is no menu fieldset

kruser’s picture

You're right, this is a duplicate. thanks.