Installing this module in a fresh Drupal install works fine. However my Drupal app has +50 modules, and I'm not sure if that is causing a conflict, but the module is failing. Its JS isn't included, and there is no indication that it is enabled and configured (it is) when editing the node.
Any ideas?
Comments
Comment #1
mariuss commentedI am not aware of any conflicts, but that is possible.
The only thing I can suggest is that you disable other modules until maxlength starts working, and then you can see what module it conflicts with.
Comment #2
a_c_m commentedDoes your content type's machine name have a "-" in it?
This seems to cause a problem on my test install. Working on a solution now.
Comment #3
a_c_m commentedNot sure if this is the bug you described. However the "_" in the type issue, can be fixed quite simply.
search and replace
with
This is because, from the CCK edit content type page under Type:
Comment #4
mariuss commented@a_c_m, thanks for the fix, just committed to CVS. It should show up in the dev version soon.
@ulfk, can you please test with the new dev version (when it becomes available)? It is just a guess that this was causing your problem. Please let us know.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.