forked from GithubBackups/vichan
Allow global volunteers to move threads
This commit is contained in:
parent
c3ff6daa53
commit
b6abb4ab4f
@ -76,6 +76,8 @@
|
|||||||
$config['mod']['view_ban_appeals'] = BOARDVOLUNTEER;
|
$config['mod']['view_ban_appeals'] = BOARDVOLUNTEER;
|
||||||
$config['mod']['view_ban'] = BOARDVOLUNTEER;
|
$config['mod']['view_ban'] = BOARDVOLUNTEER;
|
||||||
$config['mod']['reassign_board'] = ADMIN;
|
$config['mod']['reassign_board'] = ADMIN;
|
||||||
|
$config['mod']['move'] = GLOBALVOLUNTEER;
|
||||||
|
$config['mod']['shadow_capcode'] = 'Mod';
|
||||||
|
|
||||||
$config['mod']['custom_pages']['/tags/(\%b)'] = function ($b) {
|
$config['mod']['custom_pages']['/tags/(\%b)'] = function ($b) {
|
||||||
global $board, $config;
|
global $board, $config;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user