Adds "noko50" (View Last 50 Posts) pages. (Broken Reply)

This commit is contained in:
fallenPineapple 2013-08-10 17:16:30 -04:00
parent 1248e329d2
commit 12ee85beaf
7 changed files with 152 additions and 8 deletions

View file

@ -589,7 +589,11 @@
// Display image identification links using regex.info/exif, TinEye and Google Images.
$config['image_identification'] = false;
// Number of posts in a "View Last X Posts" page
$config['noko50_count'] = 50;
// Number of posts a thread needs before it gets a "View Last X Posts" page
$config['noko50_min'] = 100;
/*
* ====================
* Board settings
@ -877,6 +881,7 @@
// Location of files.
$config['file_index'] = 'index.html';
$config['file_page'] = '%d.html';
$config['file_page50'] = '%d+50.html';
$config['file_mod'] = 'mod.php';
$config['file_post'] = 'post.php';
$config['file_script'] = 'main.js';