mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
config.php: fix mod config array
This commit is contained in:
parent
f4ff39c876
commit
3e9ad58e97
@ -1559,50 +1559,6 @@
|
|||||||
'lock_ip' => true,
|
'lock_ip' => true,
|
||||||
// The page that is first shown when a moderator logs in. Defaults to the dashboard (?/).
|
// The page that is first shown when a moderator logs in. Defaults to the dashboard (?/).
|
||||||
'default' => '/',
|
'default' => '/',
|
||||||
|
|
||||||
'link_delete' => '[D]',
|
|
||||||
'link_ban' => '[B]',
|
|
||||||
'link_bandelete' => '[&D]',
|
|
||||||
'link_deletefile' => '[F]',
|
|
||||||
'link_spoilerimage' => '[S]',
|
|
||||||
'link_deletebyip' => '[D+]',
|
|
||||||
'link_deletebyip_global' => '[D++]',
|
|
||||||
'link_sticky' => '[Sticky]',
|
|
||||||
'link_desticky' => '[-Sticky]',
|
|
||||||
'link_lock' => '[Lock]',
|
|
||||||
'link_unlock' => '[-Lock]',
|
|
||||||
'link_bumplock' => '[Sage]',
|
|
||||||
'link_bumpunlock' => '[-Sage]',
|
|
||||||
'link_editpost' => '[Edit]',
|
|
||||||
'link_move' => '[Move]',
|
|
||||||
'link_cycle' => '[Cycle]',
|
|
||||||
'link_uncycle' => '[-Cycle]'
|
|
||||||
];
|
|
||||||
|
|
||||||
// Moderator capcodes.
|
|
||||||
$config['capcode'] = ' <span class="capcode">## %s</span>';
|
|
||||||
|
|
||||||
// "## Custom" becomes lightgreen, italic and bold:
|
|
||||||
//$config['custom_capcode']['Custom'] ='<span class="capcode" style="color:lightgreen;font-style:italic;font-weight:bold"> ## %s</span>';
|
|
||||||
|
|
||||||
// "## Mod" makes everything purple, including the name and tripcode:
|
|
||||||
//$config['custom_capcode']['Mod'] = array(
|
|
||||||
// '<span class="capcode" style="color:purple"> ## %s</span>',
|
|
||||||
// 'color:purple', // Change name style; optional
|
|
||||||
// 'color:purple' // Change tripcode style; optional
|
|
||||||
//);
|
|
||||||
|
|
||||||
// "## Admin" makes everything red and bold, including the name and tripcode:
|
|
||||||
//$config['custom_capcode']['Admin'] = array(
|
|
||||||
// '<span class="capcode" style="color:red;font-weight:bold"> ## %s</span>',
|
|
||||||
// 'color:red;font-weight:bold', // Change name style; optional
|
|
||||||
// 'color:red;font-weight:bold' // Change tripcode style; optional
|
|
||||||
//);
|
|
||||||
|
|
||||||
// Enable the moving of single replies
|
|
||||||
$config['move_replies'] = false;
|
|
||||||
|
|
||||||
$config['mod'] = [
|
|
||||||
// Do DNS lookups on IP addresses to get their hostname for the moderator IP pages (?/IP/x.x.x.x).
|
// Do DNS lookups on IP addresses to get their hostname for the moderator IP pages (?/IP/x.x.x.x).
|
||||||
'dns_lookup' => true,
|
'dns_lookup' => true,
|
||||||
// How many recent posts, per board, to show in ?/IP/x.x.x.x.
|
// How many recent posts, per board, to show in ?/IP/x.x.x.x.
|
||||||
@ -1653,9 +1609,50 @@
|
|||||||
'dismiss_reports_on_lock' => true,
|
'dismiss_reports_on_lock' => true,
|
||||||
|
|
||||||
// Replace ?/config with a simple text editor for editing inc/instance-config.php.
|
// Replace ?/config with a simple text editor for editing inc/instance-config.php.
|
||||||
'config_editor_php' => false
|
'config_editor_php' => false,
|
||||||
|
|
||||||
|
'link_delete' => '[D]',
|
||||||
|
'link_ban' => '[B]',
|
||||||
|
'link_bandelete' => '[&D]',
|
||||||
|
'link_deletefile' => '[F]',
|
||||||
|
'link_spoilerimage' => '[S]',
|
||||||
|
'link_deletebyip' => '[D+]',
|
||||||
|
'link_deletebyip_global' => '[D++]',
|
||||||
|
'link_sticky' => '[Sticky]',
|
||||||
|
'link_desticky' => '[-Sticky]',
|
||||||
|
'link_lock' => '[Lock]',
|
||||||
|
'link_unlock' => '[-Lock]',
|
||||||
|
'link_bumplock' => '[Sage]',
|
||||||
|
'link_bumpunlock' => '[-Sage]',
|
||||||
|
'link_editpost' => '[Edit]',
|
||||||
|
'link_move' => '[Move]',
|
||||||
|
'link_cycle' => '[Cycle]',
|
||||||
|
'link_uncycle' => '[-Cycle]'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// Moderator capcodes.
|
||||||
|
$config['capcode'] = ' <span class="capcode">## %s</span>';
|
||||||
|
|
||||||
|
// "## Custom" becomes lightgreen, italic and bold:
|
||||||
|
//$config['custom_capcode']['Custom'] ='<span class="capcode" style="color:lightgreen;font-style:italic;font-weight:bold"> ## %s</span>';
|
||||||
|
|
||||||
|
// "## Mod" makes everything purple, including the name and tripcode:
|
||||||
|
//$config['custom_capcode']['Mod'] = array(
|
||||||
|
// '<span class="capcode" style="color:purple"> ## %s</span>',
|
||||||
|
// 'color:purple', // Change name style; optional
|
||||||
|
// 'color:purple' // Change tripcode style; optional
|
||||||
|
//);
|
||||||
|
|
||||||
|
// "## Admin" makes everything red and bold, including the name and tripcode:
|
||||||
|
//$config['custom_capcode']['Admin'] = array(
|
||||||
|
// '<span class="capcode" style="color:red;font-weight:bold"> ## %s</span>',
|
||||||
|
// 'color:red;font-weight:bold', // Change name style; optional
|
||||||
|
// 'color:red;font-weight:bold' // Change tripcode style; optional
|
||||||
|
//);
|
||||||
|
|
||||||
|
// Enable the moving of single replies
|
||||||
|
$config['move_replies'] = false;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ====================
|
* ====================
|
||||||
* Mod permissions
|
* Mod permissions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user