Hi
I am the maintainer of Menu Admin per Menu (http://drupal.org/project/usage/menu_admin_per_menu).
MAPM used to work well with CTM 6.x-1.x.
But I have just noticed that it does not seem any more since 6.x-2.x: when enabling both modules, the menu settings fieldset shows up when it should not.
Did you change CTM's behaviour or something?
Comments
Comment #1
seworthi commentedI found the difference. In "ctm_form_alter", under the Menu Settings for Node Edit (Form), in version 1.x, if no menu settings, in has "unset($form['menu']);" in line 34, where in version 2.x, the same process (line 54) has "$form['menu']['#access'] = FALSE;"
I changed it to the way and it works, but I have not tested enough to know what other issues might arise.
Update: I changed the module weight of ctm to 1, and it worked without changing any code in version 2.x.
Hope this helps.
Comment #2
seworthi commentedPatch for ctm.install
UPDATE: I had same issue as #3, but setting to 9 worked, as 11 did not.
Comment #3
retorque commentedIn addition to Menu Admin per Menu, I am also running Menu Subtree Permissions (http://drupal.org/project/menu_stp), which had a weight of 10.
Setting the weight for Menu Settings per Content Type to 1 did not fix the problem for me, but setting it to 11 did.
Comment #4
vasike