Merge pull request #177 from nonmakina/postViewLimit2
Increases number of posts that are visible in the IP post history view
This commit is contained in:
commit
7cb750cd2a
|
@ -63,7 +63,7 @@ $config['custom_categories'] = array(
|
||||||
'Michael Roberts\' blog' => 'https://thenextrecession.wordpress.com/',
|
'Michael Roberts\' blog' => 'https://thenextrecession.wordpress.com/',
|
||||||
'A Critique Of Crisis Theory blog' => 'https://critiqueofcrisistheory.wordpress.com/',
|
'A Critique Of Crisis Theory blog' => 'https://critiqueofcrisistheory.wordpress.com/',
|
||||||
'Leftypedia' => 'https://leftypedia.org/',
|
'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
|
// Raw HTML posting
|
||||||
$config['mod']['rawhtml'] = MOD;
|
$config['mod']['rawhtml'] = MOD;
|
||||||
$config['mod']['mod_board_log'] = MOD;
|
$config['mod']['mod_board_log'] = MOD;
|
||||||
|
$config['mod']['ip_recentposts'] = 350;
|
||||||
|
|
||||||
$config['allow_thread_deletion'] = false;
|
$config['allow_thread_deletion'] = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue