The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
postminchars Setting
This seems so simple, but does anyone know where the postminchars setting is used? I assumed it'd be in functions_newpost, but all my searches have turned up squat. TIA.
|
#2
|
|||
|
|||
Code:
Searching for: postminchars usernote.php(329): if (vbstrlen($vbulletin->GPC['message']) < $vbulletin->options['postminchars'] OR $vbulletin->GPC['message'] == '') usernote.php(331): eval(standard_error(fetch_error('tooshort', $vbulletin->options['postminchars']))); includes\class_dm_threadpost.php(210): $this->registry->options['postminchars'] = intval($this->registry->options['postminchars']); includes\class_dm_threadpost.php(211): if ($this->registry->options['postminchars'] <= 0) includes\class_dm_threadpost.php(213): $this->registry->options['postminchars'] = 1; includes\class_dm_threadpost.php(215): if (vbstrlen(strip_bbcode($pagetext, $this->registry->options['ignorequotechars'])) < $this->registry->options['postminchars']) includes\class_dm_threadpost.php(217): $this->error('tooshort', $this->registry->options['postminchars']); Found 7 occurrence(s) in 2 file(s) Thanks, Alan. |
#3
|
||||
|
||||
He he... thanks Alan. What search program are you using? I tried using WildEdit, but it only comes in an evaluation version which won't search for files larger than 9kb, which eliminates a lot of the includes dir files. But thanks anyway!
|
#4
|
|||
|
|||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|