From 92edc1d0a5a8e6318aa0f6362e623902c8614fad Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 11 Aug 2013 17:53:42 -0400 Subject: [PATCH] noko50: clarify in config how to disable it --- inc/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index fe8ba787..48a331cb 100644 --- a/inc/config.php +++ b/inc/config.php @@ -596,7 +596,8 @@ // 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 + // Number of posts a thread needs before it gets a "View Last X Posts" page. + // Set to an arbitrarily large value to disable. $config['noko50_min'] = 100; /* * ====================