Removed $config[force_body]. Made threads without text possible.

This commit is contained in:
Savetheinternet 2011-09-15 20:32:49 +10:00
parent cabf49f076
commit 4ef2caecc1
4 changed files with 17 additions and 12 deletions

View file

@ -109,10 +109,10 @@
$config['flood_time_ip'] = 120;
// Same as above but different IP address
$config['flood_time_same'] = 30;
// Do you need a body for your non-OP posts?
// Do you need a body for your reply posts?
$config['force_body'] = false;
// Reject blank posts? (just whitespace, etc)?
$config['reject_blank'] = true;
// Do you need a body for new threads?
$config['force_body_op'] = true;
// Max body length
$config['max_body'] = 1800;