From 27cb60ebc59eacb500eee1beeb56eac3040e425d Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 3 Dec 2014 01:15:02 -0800 Subject: [PATCH] Disable notes completely until per-board notes --- inc/8chan-mod-pages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/8chan-mod-pages.php b/inc/8chan-mod-pages.php index 86d91ef8..4c8e3b90 100644 --- a/inc/8chan-mod-pages.php +++ b/inc/8chan-mod-pages.php @@ -20,8 +20,8 @@ $config['mod']['noticeboard_post'] = GLOBALVOLUNTEER; $config['mod']['search'] = GLOBALVOLUNTEER; $config['mod']['clean_global'] = GLOBALVOLUNTEER; - $config['mod']['view_notes'] = GLOBALVOLUNTEER; - $config['mod']['create_notes'] = GLOBALVOLUNTEER; + $config['mod']['view_notes'] = DISABLED; + $config['mod']['create_notes'] = DISABLED; $config['mod']['debug_recent'] = ADMIN; $config['mod']['debug_antispam'] = ADMIN; $config['mod']['noticeboard_post'] = ADMIN;