forked from leftypol/leftypol
Major fixes and clean-up for edit form
This commit is contained in:
parent
c7c5a65a1f
commit
bceb314ce6
4 changed files with 27 additions and 32 deletions
|
@ -920,8 +920,8 @@
|
|||
$config['mod']['bumplock'] = MOD;
|
||||
// View whether a thread has been bumplocked ("-1" to allow non-mods to see too)
|
||||
$config['mod']['view_bumplock'] = MOD;
|
||||
// Edit posts (EXPERIMENTAL)
|
||||
$config['mod']['editpost'] = MOD;
|
||||
// Edit posts
|
||||
$config['mod']['editpost'] = ADMIN;
|
||||
// "Move" a thread to another board (EXPERIMENTAL; has some known bugs)
|
||||
$config['mod']['move'] = DISABLED;
|
||||
// Bypass "field_disable_*" (forced anonymity, etc.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue