From adb4fa9bdd6bd6466a9f05e1e7920785487092b5 Mon Sep 17 00:00:00 2001 From: William Jacoby Date: Wed, 23 Sep 2026 18:22:14 -0500 Subject: [PATCH] Resolve TODO detail: forum/wiki style choice lives on an ACP page Co-Authored-By: Claude Sonnet 5 --- docs/TODO.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/TODO.md b/docs/TODO.md index 843ff40..fab2aa2 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -102,9 +102,10 @@ front and center instead of nested in `forumbg`/`topiclist` list rows), sidebar-style navigation instead of listing everything as forum rows, more MediaWiki-like article chrome in general. -Likely a per-board style/theme choice (admin picks "Forum-style" or -"Wiki-style" for how the extension's own templates render) rather than -ripping out the current look — some boards will prefer wiki content to -visually match the rest of the forum, others will want it to look like an -actual wiki. Scope depends heavily on the table of contents and internal -wiki links items above landing first, since a real wiki layout wants both. +A per-board style choice, set from an ACP page for this extension (admin +picks "Forum-style" or "Wiki-style" for how the extension's own templates +render) rather than ripping out the current look — some boards will prefer +wiki content to visually match the rest of the forum, others will want it +to look like an actual wiki. Scope depends heavily on the table of contents +and internal wiki links items above landing first, since a real wiki +layout wants both.