Love this module.
Can this module include "Menu Settings per Content Type" like http://drupal.org/project/ctm ?
Cheers
TechNikh
http://twitter.com/TechNikh
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | multiple_node_menu-ctm-1239576-2.patch | 1.25 KB | lee20 |
Love this module.
Can this module include "Menu Settings per Content Type" like http://drupal.org/project/ctm ?
Cheers
TechNikh
http://twitter.com/TechNikh
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | multiple_node_menu-ctm-1239576-2.patch | 1.25 KB | lee20 |
Comments
Comment #1
lee20 commentedSubscribing. 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.
Comment #2
lee20 commentedAttached 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.
Comment #3
kruser commentedSame issue in Drupal 7. If a content type doesn't have any menus enabled, then this module still shows an option for menus regardless.
Comment #4
lee20 commented@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
Comment #5
kruser commentedYou're right, this is a duplicate. thanks.