Quote:
Originally Posted by Meltdown
Why dont you just open the 'newthread' template and change the 'maxlength="85" value of the title input to maxlength="45".
|
A user interface hack (hack in the negative sense) is never preferable to a cleaner system.
You can simply change the VARCHAR size of the title column in the thread table to the maximum size you want, which will
definitely restrict character length. Combined with a maxlength attribute, it will work perfectly.