Hello all,
I successfully installed Drupal 4.7.6. I'm creating a professionnal publication ( Librarian journal). Module ejournal, TinyMCE, etc. But I'm a problem. Our articles titles are sometimes a little bit long, so it's impossible to write them completely. I changed field title in table node to varchar 255. Nothing! The problem remains! I searched in all drupal modules code, in form.inc file and I'm not find where i do change the maxlenght. When i look at the html code in the browser, I see "maxlenght 128" in title field.
Code : <input type="text" maxlength="128" name="edit[title]" id="edit-title" size="60" ...>
My question is : where, in which file, can I find this "maxlenght 128" and how ca I change it? Thanks a lot for help, answer, suggestion. It's essential for us to have reasonable capacity in title field for our articles.
BD