truncate posts

This commit is contained in:
Savetheinternet 2011-04-17 15:28:15 +10:00
parent e47279b3f0
commit 2babc137e9
2 changed files with 66 additions and 6 deletions

View file

@ -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;