diff --git a/.gitignore b/.gitignore index b9635bd6..111576e2 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,34 @@ stylesheets/fonts #Images from twemoji js/twemoji/16x16/ + +# JUNK +GET/ +anime/ +b/ +b_anime/ +b_b/ +b_dead/ +b_edu/ +b_games/ +b_get/ +b_gulag/ +b_hobby/ +b_ref/ +b_tech/ +bans.json +bunker_like.css +dead/ +edu/ +games/ +gulag/ +hardcopy.1 +hobby/ +instance-config.php +leftypol/ +meta/ +overboard/ +phpinfo.php +ref/ +tech/ +tqgit status diff --git a/inc/instance-config.php b/inc/instance-config.php index 8f6dead2..8fe73299 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -19,10 +19,12 @@ $config['boards'] = array( 'hobby', 'tech', 'edu', + 'ga', 'ent', '777', 'posad', 'i', + 'a', 'R9K', 'dead' ) , @@ -44,10 +46,12 @@ $config['categories'] = array( 'hobby', 'tech', 'edu', + 'ga', 'ent', '777', 'posad', 'i', + 'a', 'R9K', 'dead' ), @@ -124,14 +128,7 @@ $config['post_date'] = '%F (%a) %T'; $config['thread_subject_in_title'] = true; -/* - * Some users are having trouble posting when this is on, - * with the message 'Your request looks automated; Post discarded.' - * - * This did not affect all users, and for some users only for some posts. - * - * If we are getting spammed hard, try turning this on. - */ +// this functionality is permanently disabled. $config['spam']['enabled'] = false; /* @@ -203,10 +200,12 @@ $config['allowed_ext_files'][] = 'mp4'; $config['allowed_ext_files'][] = 'pdf'; $config['allowed_ext_files'][] = 'txt'; $config['allowed_ext_files'][] = 'epub'; +$config['allowed_ext_files'][] = 'djvu'; // Compressed files $config['allowed_ext_files'][] = 'zip'; $config['allowed_ext_files'][] = 'gz'; $config['allowed_ext_files'][] = 'bz2'; +$config['allowed_ext_files'][] = 'xz'; /* * Flags @@ -526,6 +525,4 @@ $config['filters'][] = array( 'message' => "$fakereason_ano" ); -// Changes made by Zer0- @ Thu 17 Mar 2022 05:22:44 PM UTC: -$config['global_message'] = '
'; - +$config['global_message'] = ''; diff --git a/templates/themes/categories/sidebar.html b/templates/themes/categories/sidebar.html index 1430cadd..2a53855c 100644 --- a/templates/themes/categories/sidebar.html +++ b/templates/themes/categories/sidebar.html @@ -3,6 +3,9 @@