The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
In newreply.php and newthread.php find:
Code:
$message = stripsession($message); if (strlen($message)>$postmaxchars and $postmaxchars!=0) { Code:
$message = stripsession($message); if (strlen($message)>$postmaxchars and $postmaxchars!=0 and $bbuserinfo[usergroupid] != 6) { Code:
eval("dooutput(\"".gettemplate("newreply")."\");"); } Code:
if ($bbuserinfo['usergroupid']==6) {$postmaxchars=10000000;} Code:
eval("dooutput(\"".gettemplate("newthread")."\");"); } Code:
($bbuserinfo['usergroupid']==6) {$postmaxchars=10000000;} ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|