Hello
I need to limit the title length for some content-types on my site.
How can I achieve this ? (hacks included...)

Comments

Codeblind’s picture

You can override the relevant forms and change the max length value on the title field using the form_alter hooks. See http://api.drupal.org/api/drupal/modules--system--system.api.php/functio... for more info.

artatum’s picture

thx for the advice. I'm going to check this out!

abhishek sawant’s picture

Can check below module :
http://drupal.org/project/maxlength
Might it helps.

Abhishek Sawant
Drupal Developer

artatum’s picture

This seems a simpler path. Real thanks.