Quote:
Originally Posted by RaceJunkie
Is there a way to increase the thread title length?
|
In forumdisplay_quickthread make the following edit:
Replace:
Code:
<input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="85" tabindex="1" />
With this:
Code:
<input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="NUMBERHERE" tabindex="1" />