forked from leftypol/leftypol
Extract bad defaults to instance-config.php, from c9c4273d4b
, updates documentation
This commit is contained in:
parent
ca8f6baa36
commit
55a9caefa1
2 changed files with 9 additions and 3 deletions
|
@ -700,8 +700,11 @@
|
||||||
* ====================
|
* ====================
|
||||||
*/
|
*/
|
||||||
// Maximum number of images allowed. Increasing this number enabled multi image.
|
// Maximum number of images allowed. Increasing this number enabled multi image.
|
||||||
// If you make it more than 1, make sure to enable the below script for the post form to change.
|
// If you make it more than 1, make sure to enable one of the below scripts for the post form to change.
|
||||||
$config['max_images'] = 4;
|
// $config['additional_javascript'][] = 'js/multi-image.js';
|
||||||
|
// or
|
||||||
|
// $config['additional_javascript'][] = 'js/file-selector.js';
|
||||||
|
$config['max_images'] = 1;
|
||||||
|
|
||||||
// Method to use for determing the max filesize.
|
// Method to use for determing the max filesize.
|
||||||
// "split" means that your max filesize is split between the images. For example, if your max filesize
|
// "split" means that your max filesize is split between the images. For example, if your max filesize
|
||||||
|
@ -1714,7 +1717,7 @@
|
||||||
//$config['search']['boards'] = array('a', 'b', 'c', 'd', 'e');
|
//$config['search']['boards'] = array('a', 'b', 'c', 'd', 'e');
|
||||||
|
|
||||||
// Enable public logs? 0: NO, 1: YES, 2: YES, but drop names
|
// Enable public logs? 0: NO, 1: YES, 2: YES, but drop names
|
||||||
$config['public_logs'] = 1;
|
$config['public_logs'] = 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ====================
|
* ====================
|
||||||
|
|
|
@ -161,6 +161,9 @@ $config['mod']['news_page'] = 5;
|
||||||
// Allow everyone to see bumplocks
|
// Allow everyone to see bumplocks
|
||||||
$config['mod']['view_bumplock'] = -1;
|
$config['mod']['view_bumplock'] = -1;
|
||||||
|
|
||||||
|
// Include public logs with names
|
||||||
|
$config['public_logs'] = 1;
|
||||||
|
|
||||||
$config['allow_thread_deletion'] = false;
|
$config['allow_thread_deletion'] = false;
|
||||||
|
|
||||||
// Max attachments per post
|
// Max attachments per post
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue