When menus are disabled for a content type, the submenutree options appear anyway. I think this is a problem with their module, but wanted to bring it up. I have posted a bug report there as well. #349143: conflict with Menu Settings Per Content Type module
Comments
Comment #1
vasikeProblem : the weight of the module, Submenutree module is executed after Menu Settings per Content Type Module
Solution : change the weight of Menu Settings per Content Type Module
For example try this SQL query : UPDATE system SET weight = 10 WHERE name = 'ctm';
Comment #2
mrfelton commentedcan you include this in the .install file?
Something like:
Comment #3
bengtan commentedThere is a fix in the Submenutree module for this. Please see #349143: conflict with Menu Settings Per Content Type module.