From 61f61457a008314de1d25a18ef192dcc556578dc Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 22 Oct 2014 19:33:54 -0700 Subject: [PATCH] why were these capcodes enabled --- inc/config.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/inc/config.php b/inc/config.php index d359c234..ddf23279 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1223,21 +1223,21 @@ $config['capcode'] = ' ## %s'; // "## Custom" becomes lightgreen, italic and bold: - $config['custom_capcode']['Custom'] =' ## %s'; + //$config['custom_capcode']['Custom'] =' ## %s'; // "## Mod" makes everything purple, including the name and tripcode: - $config['custom_capcode']['Mod'] = array( - ' ## %s', - 'color:purple', // Change name style; optional - 'color:purple' // Change tripcode style; optional - ); + //$config['custom_capcode']['Mod'] = array( + // ' ## %s', + // '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( - ' ## %s', - 'color:red;font-weight:bold', // Change name style; optional - 'color:red;font-weight:bold' // Change tripcode style; optional - ); + //$config['custom_capcode']['Admin'] = array( + // ' ## %s', + // '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;