Forums Bug Reports Thread

No mobieusKnow article for the dedicated /stats page (only the forum-index Community Stats widget is documented)

Patrick Bass · Jun 6 · 16 · 1 Locked
[Minor] [Normal Priority] [Bug Fixed] [Always Reproduces]
🚀 OP Jun 6, 2026 6:54pm

Area: Engagement (audit p9) · Surface: /stats (StatsController@index) · Dimension: documentation · Severity: minor

The dedicated /stats community-statistics page is a real, publicly-reachable, ungated user-facing surface with multiple distinct sections (stat cards, Social, Hidden corners), but mobieusKnow has no article for it. The existing trending-and-leaderboards article only documents the small aggregate-numbers widget on the forum index, not this full page. A member who lands on /stats has no help content explaining what the sections mean.

Evidence

Live page is public and reachable: `curl -s -o /dev/null -w "HTTP %{http_code}" https://support.mobieus.io/stats` → HTTP 200. It is a substantial dedicated surface — platform/templates/stats/index.php renders 6 `<h2 class="stat-section-title">` blocks plus `<h2>Social</h2>` and `<h2 class="mt-5">Hidden corners</h2>` (StatsController@index at platform/src/Controllers/StatsController.php:22 → `$this->render('stats/index', $data)` at :50, controller is 35KB, no requireFeature/requirePlan gate). The wiki has NO /stats article: `curl https://support.mobieus.io/know/stats` → HTTP 404, and `curl https://support.mobieus.io/know/search?q=stats` → 'No results'. The only stats coverage in the wiki is the small forum-index widget: /know/trending-and-leaderboards mentions a 'Community Stats' widget ('visible on the forum index ... shows aggregate numbers') but never the dedicated /stats page — `curl /know/trending-and-leaderboards | grep -ioE 'stats page|hidden corners|the /stats page'` → empty. `achievement_system`/stats are NOT in FeatureCatalog::POLICY_DISABLED (platform-admin/src/Domain/FeatureCatalog.php:51).

Suggested fix. Add a /know/stats article (or a dedicated section in trending-and-leaderboards) describing the full /stats page — each stat section, the Social block, and the 'Hidden corners' block — and link it from the existing leaderboards article. Ship the source into docs/customer-help/ so it seeds into every tenant wiki.

Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.


Patrick Bass
@mobieus

🚀 Jun 7, 2026 9:52am

Resolved. Wiki article published to support.mobieus.io/know. Commit 666953da. Index page updated with link to the new article.

Status: fixed. Thread closed.


Patrick Bass
@mobieus

Log in or register to reply to this thread.