From 462a98e9bad5596c20b49da0e83bb379cfbb8ac0 Mon Sep 17 00:00:00 2001 From: nonmakina Date: Sun, 17 Jan 2021 20:42:23 -0600 Subject: [PATCH] Increases number of posts that are visible in the IP post history view --- inc/instance-config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index c752938f..ccc2ab95 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -63,7 +63,7 @@ $config['custom_categories'] = array( 'Michael Roberts\' blog' => 'https://thenextrecession.wordpress.com/', 'A Critique Of Crisis Theory blog' => 'https://critiqueofcrisistheory.wordpress.com/', 'Leftypedia' => 'https://leftypedia.org/', - 'Marxis Internet Archive' => 'https://www.marxists.org/' + 'Marxist Internet Archive' => 'https://www.marxists.org/' ), ); @@ -119,6 +119,7 @@ $config['mod']['editpost'] = MOD; // Raw HTML posting $config['mod']['rawhtml'] = MOD; $config['mod']['mod_board_log'] = MOD; +$config['mod']['ip_recentposts'] = 350; $config['allow_thread_deletion'] = false;