The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
limit thread title length
How can I put a limit on how long of a title users can make....
So many people make huge titles.... :devious: |
#2
|
||||
|
||||
You could just add a maximum length to the input field for the title. That should be in the templates.
|
#3
|
|||
|
|||
Do you know which template that would be in?
|
#4
|
||||
|
||||
The newthread template.
Find the following code and edit the green part to whatever you like: Code:
<td><input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="85" tabindex="1" /></td> |
#5
|
|||
|
|||
excellent - thanks!
|
#6
|
||||
|
||||
glad to help
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|