Browse Source

Merge pull request #177 from nonmakina/postViewLimit2

Increases number of posts that are visible in the IP post history view
pull/40/head
dedushka1 3 years ago
committed by GitHub
parent
commit
7cb750cd2a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      inc/instance-config.php

3
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;

Loading…
Cancel
Save