forked from leftypol/leftypol
allow mods to bypass forced anonymity (and other disabled fields). also fixed some small per-board permission bugs
This commit is contained in:
parent
3f1c279ce3
commit
56821eb375
3 changed files with 43 additions and 40 deletions
|
@ -832,6 +832,8 @@
|
|||
$config['mod']['editpost'] = DISABLED;
|
||||
// "Move" a thread to another board (EXPERIMENTAL; has some known bugs)
|
||||
$config['mod']['move'] = DISABLED;
|
||||
// Bypass "field_disable_*" (forced anonymity, etc.)
|
||||
$config['mod']['bypass_field_disable'] = MOD;
|
||||
// Post bypass unoriginal content check on robot-enabled boards
|
||||
$config['mod']['postunoriginal'] = ADMIN;
|
||||
// Bypass flood check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue