forked from leftypol/leftypol
commit
84f6e25adf
3 changed files with 7 additions and 0 deletions
|
@ -1120,6 +1120,7 @@
|
|||
$config['error']['toomanycites'] = _('Too many cites; post discarded.');
|
||||
$config['error']['toomanycross'] = _('Too many cross-board links; post discarded.');
|
||||
$config['error']['nodelete'] = _('You didn\'t select anything to delete.');
|
||||
$config['error']['nodeletethread'] = _('You are not allowed to delete threads.');
|
||||
$config['error']['noreport'] = _('You didn\'t select anything to report.');
|
||||
$config['error']['toomanyreports'] = _('You can\'t report that many posts at once.');
|
||||
$config['error']['invalidpassword'] = _('Wrong password…');
|
||||
|
|
|
@ -111,6 +111,8 @@ $config['mod']['editpost'] = MOD;
|
|||
// Raw HTML posting
|
||||
$config['mod']['rawhtml'] = MOD;
|
||||
|
||||
$config['allow_thread_deletion'] = false;
|
||||
|
||||
// Max attachments per post
|
||||
$config['max_images'] = 5;
|
||||
$config['image_reject_repost'] = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue