From 28417911751fe8b17e0110cf82f761105cd930d9 Mon Sep 17 00:00:00 2001 From: Lonnie Ezell Date: Fri, 13 Feb 2026 16:08:26 -0600 Subject: [PATCH] Add new usernames to for posting news Added michalsn and paulbalandan to the list of users whose posts will be picked up as news for the home page. --- app/Config/MyBB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/MyBB.php b/app/Config/MyBB.php index a0b4394..783faeb 100644 --- a/app/Config/MyBB.php +++ b/app/Config/MyBB.php @@ -23,7 +23,7 @@ class MyBB extends BaseConfig * An array of user names to restrict our search for news articles to. * This simply helps limit the work to do. */ - public $newsUsernames = ['ciadmin', 'kilishan', 'kenjis', 'MGatner']; + public $newsUsernames = ['ciadmin', 'kilishan', 'kenjis', 'MGatner', 'michalsn', 'paulbalandan']; /** * --------------------------------------------------------------------------