The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
To set a minimum character limit into the users post, just open newpost.php and newthread.php
find: Code:
if (strlen($message)>$postmaxchars and $postmaxchars!=0) { eval("standarderror(\"".gettemplate("error_toolong")."\");"); } Code:
if (strlen($message)<20) { eval("standarderror(\"".gettemplate("error_tooshort")."\");"); } and insert: Code:
Your Message is too short. Please write at least 20 characters. ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|