Module does not work
Drupal CMS - April 9, 2009 - 12:06
| Project: | Menu Settings per Content Type |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
After installing the module and selecting only 1 menu for a content type. Still when creating a new content type ALL menus are available. Module seems not do no anything accept making a new menu....
| Attachment | Size |
|---|---|
| 9-4-2009 14-03-40.png | 11.56 KB |

#1
do you have installed any other menu module related?
if yes please change (increase) the weight of the ctm module
#2
Nope. I tried Auto Menu afterwards, but it didn't work either (only selection of Navigation menu).
#3
#4
What more info do you need?
#5
what modules do you have installed or were installed? how about their weights?
The menu settings for your content types.
#6
Hi , I have exactly the same problem , i have set the weight of the module to -1 but it's still not working
Regards
Alessandro
this is a list of the enabled modules
Drupal core
Drupal 6.13
Includes: Block, Color, Database logging, Filter, Help, Locale, Menu, Node, Path, System, Taxonomy, Trigger, Update status, Upload, User
Modules
Advanced help 6.x-1.2
Includes: Advanced help, Advanced help example
Content Templates (Contemplate) 6.x-1.1
Includes: Content Templates
Content Construction Kit (CCK) 6.x-2.4
Includes: Content, Content Copy, Content Permissions, Fieldgroup, Node Reference, Number, Option Widgets, Text
Menu Settings per Content Type 6.x-1.0
Includes: Menu Settings per Content Type
Date 6.x-2.3
Includes: Date, Date API, Date Locale, Date Timezone
Devel 6.x-1.16
Includes: Devel
Email Field 6.x-1.2
Includes: Email
FileField 6.x-3.1
Includes: FileField
FileField Paths 6.x-1.3
Includes: FileField Paths
ImageField 6.x-3.1
Includes: ImageField
Link 6.x-2.6
Includes: Link
Utility 6.x-2.3
Includes: Access Permissions Fieldsets Manager, Module Weights, System Module, Util
Token 6.x-1.12
Includes: Token, Token actions
Update availablewarning
Transliteration 6.x-2.0
Includes: Transliteration
Validation API 6.x-1.0
Includes: Validation API
Views 6.x-2.6
#7
you have to set the biggest weight possible for this module
#8
I ran into the same issue. May I suggest you add this line to your ctm_install(); function:
db_query("UPDATE {system} SET weight = 100 WHERE name = 'ctm'");