From 1a29d6a19577fc6f7678567d85f3c76aa2d479c2 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 9 Apr 2025 22:03:22 +0200 Subject: [PATCH] config.php: interpret $config['mod']['recent_user_posts'] as total --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index cb6aee95..ae9d7543 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1596,7 +1596,7 @@ 'default' => '/', // Do DNS lookups on IP addresses to get their hostname for the moderator IP pages (?/IP/x.x.x.x). 'dns_lookup' => true, - // How many recent posts, per board, to show in ?/user_posts/ip/x.x.x.x. and ?/user_posts/passwd/xxxxxxxx + // How many recent posts to show in ?/user_posts/ip/x.x.x.x. and ?/user_posts/passwd/xxxxxxxx 'recent_user_posts' => 5, // Number of posts to display on the reports page. 'recent_reports' => 10,