forked from leftypol/leftypol
Implements fixes and changes to be able to view the bumplock status of a thread
This commit is contained in:
parent
48650d8ddd
commit
1acb060694
5 changed files with 11 additions and 7 deletions
|
@ -120,6 +120,9 @@ $config['mod']['editpost'] = MOD;
|
|||
$config['mod']['rawhtml'] = MOD;
|
||||
$config['mod']['mod_board_log'] = MOD;
|
||||
|
||||
// Allow everyone to see bumplocks
|
||||
$config['mod']['view_bumplock'] = -1;
|
||||
|
||||
$config['allow_thread_deletion'] = false;
|
||||
|
||||
// Max attachments per post
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue