By artatum on
Hello
I need to limit the title length for some content-types on my site.
How can I achieve this ? (hacks included...)
Hello
I need to limit the title length for some content-types on my site.
How can I achieve this ? (hacks included...)
Comments
You can override the relevant
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.
thx for the advice. I'm going
thx for the advice. I'm going to check this out!
Artatum
www.ixxi-mobility.com
Can check below module
Can check below module :
http://drupal.org/project/maxlength
Might it helps.
Abhishek Sawant
Drupal Developer
This seems a simpler path.
This seems a simpler path. Real thanks.
Artatum
www.ixxi-mobility.com