forked from leftypol/leftypol
truncate posts
This commit is contained in:
parent
e47279b3f0
commit
2babc137e9
2 changed files with 66 additions and 6 deletions
|
@ -80,6 +80,10 @@
|
|||
|
||||
// Max body length
|
||||
$config['max_body'] = 1800;
|
||||
// Amount of post lines to show on the index page
|
||||
$config['body_truncate'] = 15;
|
||||
// Amount of characters to show on the index page
|
||||
$config['body_truncate_char'] = 2500;
|
||||
|
||||
$config['threads_per_page'] = 10;
|
||||
$config['max_pages'] = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue