mobieusKnow Site Configuration (v3 redesign) History #71
Author
system
Submitted
May 30, 2026 5:38am
Reviewed
May 30, 2026 5:38am
Summary
v3 redesign: sidebar, sticky save bar, 8 sections, AI model picker
## Site Configuration
+ `/admin/config` is your control panel for every tenant-level setting. The v3 redesign ships with a sidebar, sticky save bar, and 8 grouped sections. You always know what changed and you never lose work.
`/admin/config` is your control panel for every tenant-level setting. It has a sidebar, a sticky save bar, and grouped sections, so you always know what changed and you never lose work.
For SEO, analytics, and brand identity, see [Branding & Appearance](/know/branding-and-appearance). For AI model selection and per-feature overrides, see [AI Model & Cost Control](/know/admin-config-ai-model). For the AI Community Manager itself, see [AI Community Manager](/know/admin-automation-engine).
---
+ ## The 8 sections
## The sections
| Section | What it controls |
|---|---|
| Site | Site name, maintenance mode, pagination, upload limits, default theme |
| Discover | Whether your community is listed on the public Discover catalog, plus its pitch and category |
| Members | Registration, email verification, age gate, profile rules |
| Suite | Per-product toggles for mobieusHelp and mobieusLearn |
| Features | Feature flags (gated by your plan), including AI sub-flags |
| Content | Forums, threads, posts, files, photos defaults |
+ | Commerce | Stripe keys, payout rules, sandbox toggle |
+ | System | Environment values, AI model selection, cron status, diagnostics |
| Commerce | Stripe keys, transaction fees, sandbox toggle |
| SEO | Links to the SEO controls on Branding |
| Analytics | Links to the analytics controls on Branding |
| Custom Domain | Pro+ only. Map your own domain to your tenant |
| System | Environment values, AI model selection, recent changes, diagnostics |
Each section has its own dirty badge so you can see at a glance what has unsaved changes.
---
## Sticky save bar
The save bar pins to the bottom of the viewport. It shows:
- **Dirty count.** Number of fields you have edited but not saved.
- **Jump to next dirty.** Scrolls you to the next field that needs saving.
- **Discard.** Reverts every dirty field to its saved value.
- **Save.** Writes every dirty field in one transaction.
Saves are atomic. Either every dirty field commits or none do. You never end up with a half-saved config.
+ The save handler suppresses the browser's beforeunload dialog. Intentional saves never trigger "Are you sure you want to leave?" prompts.
Intentional saves never trigger an "Are you sure you want to leave?" prompt.
---
+
+ ## Keyboard shortcut
+ Press `/` from anywhere on `/admin/config` to open the fuzzy section search. Type 2 or 3 characters of any section name and press Enter to jump there.
## Section search
+ The shortcut ignores keystrokes inside text inputs, so it never interferes with typing.
Use the search box at the top of the sidebar to jump straight to a section. Type a few characters of any section name and pick it from the list.
---
## Recent changes timeline
+ A drawer on the right shows the last 20 audit-log entries for this tenant's config. Each entry has:
A drawer on the right shows the most recent config changes for this tenant. Each entry has:
- **Field.** Which setting changed.
- **Old value to new value.** What it changed from and to.
- **Who.** The admin who made the change.
- **When.** Time ago, with full timestamp on hover.
Click any entry to scroll to that field and highlight it.
---
+ ## Diagnostics tile grid
## Diagnostics tiles
+ The bottom of the page shows live diagnostics. Each tile turns green when healthy, amber on warning, red on failure.
The System section shows live diagnostics. Each tile turns green when healthy, amber on warning, red on failure.
+ - **Database.** Connection, replication lag, slow query count.
+ - **Cron.** Last run for every scheduled worker.
+ - **Mail.** Outbound queue size and last delivery.
+ - **Queue.** Worker count and pending jobs.
+ - **Cache.** Hit rate over the last hour.
+ - **Storage.** Disk used and free for uploads.
- **Audit log.** Recent admin activity.
- **iptables.** Firewall ruleset status.
- **Cron jobs.** Last run for every scheduled job.
- **Performance.** Page response health.
- **Security.** Recent security signals.
- **Email queue.** Outbound mail backlog and last delivery.
Click any tile for a detailed view.
---
## AI model selection (System section)
+ The System section now includes a model picker. Pick which Claude model your AI features use. Cheaper models cost less per token but produce shorter or simpler drafts. See [AI Model & Cost Control](/know/admin-config-ai-model) for the full pricing table and per-feature overrides.
The System section includes a model picker. Pick which Claude model your AI features use. Cheaper models cost less per token but produce shorter or simpler drafts. See [AI Model & Cost Control](/know/admin-config-ai-model) for the full pricing table and per-feature overrides.
---
+ ## Where settings moved
## Where SEO and analytics live
+ SEO and analytics used to live on `/admin/config`. They now live on `/admin/branding`. Old links like `/admin/config?tab=crawlers` redirect to `/admin/branding?tab=seo` so existing bookmarks still work.
SEO and analytics settings live on `/admin/branding`. The SEO and Analytics sections here link straight across. Old links like `/admin/config?tab=crawlers` redirect to `/admin/branding?tab=seo`, so existing bookmarks still work.
See:
- [Branding & Appearance](/know/branding-and-appearance) for SEO, analytics, logo, theme, white label
- [SEO Tab](/know/admin-branding-seo) for GSC, Bing, robots.txt, llms.txt, AI bot allowlist, sitemap refresh
- [Analytics Tab](/know/admin-branding-analytics) for GA4, GTM, Plausible, Fathom, PostHog
---
## Access
+ Requires Tenant Admin role or higher. Tenant Super Mods can view but not edit.
Requires the Tenant Super Admin role.

Site Configuration

/admin/config is your control panel for every tenant-level setting. The v3 redesign ships with a sidebar, sticky save bar, and 8 grouped sections. You always know what changed and you never lose work.

For SEO, analytics, and brand identity, see Branding & Appearance. For AI model selection and per-feature overrides, see AI Model & Cost Control. For the AI Community Manager itself, see AI Community Manager.


The 8 sections

Section What it controls
Site Site name, maintenance mode, pagination, upload limits, default theme
Members Registration, email verification, age gate, profile rules
Suite Per-product toggles for mobieusHelp and mobieusLearn
Features Feature flags (gated by your plan), including AI sub-flags
Content Forums, threads, posts, files, photos defaults
Commerce Stripe keys, payout rules, sandbox toggle
System Environment values, AI model selection, cron status, diagnostics
Custom Domain Pro+ only. Map your own domain to your tenant

Each section has its own dirty badge so you can see at a glance what has unsaved changes.


Sticky save bar

The save bar pins to the bottom of the viewport. It shows:

  • Dirty count. Number of fields you have edited but not saved.
  • Jump to next dirty. Scrolls you to the next field that needs saving.
  • Discard. Reverts every dirty field to its saved value.
  • Save. Writes every dirty field in one transaction.

Saves are atomic. Either every dirty field commits or none do. You never end up with a half-saved config.

The save handler suppresses the browser's beforeunload dialog. Intentional saves never trigger "Are you sure you want to leave?" prompts.


Keyboard shortcut

Press / from anywhere on /admin/config to open the fuzzy section search. Type 2 or 3 characters of any section name and press Enter to jump there.

The shortcut ignores keystrokes inside text inputs, so it never interferes with typing.


Recent changes timeline

A drawer on the right shows the last 20 audit-log entries for this tenant's config. Each entry has:

  • Field. Which setting changed.
  • Old value to new value. What it changed from and to.
  • Who. The admin who made the change.
  • When. Time ago, with full timestamp on hover.

Click any entry to scroll to that field and highlight it.


Diagnostics tile grid

The bottom of the page shows live diagnostics. Each tile turns green when healthy, amber on warning, red on failure.

  • Database. Connection, replication lag, slow query count.
  • Cron. Last run for every scheduled worker.
  • Mail. Outbound queue size and last delivery.
  • Queue. Worker count and pending jobs.
  • Cache. Hit rate over the last hour.
  • Storage. Disk used and free for uploads.

Click any tile for a detailed view.


AI model selection (System section)

The System section now includes a model picker. Pick which Claude model your AI features use. Cheaper models cost less per token but produce shorter or simpler drafts. See AI Model & Cost Control for the full pricing table and per-feature overrides.


Where settings moved

SEO and analytics used to live on /admin/config. They now live on /admin/branding. Old links like /admin/config?tab=crawlers redirect to /admin/branding?tab=seo so existing bookmarks still work.

See:


Access

Requires Tenant Admin role or higher. Tenant Super Mods can view but not edit.

## Site Configuration

`/admin/config` is your control panel for every tenant-level setting. The v3 redesign ships with a sidebar, sticky save bar, and 8 grouped sections. You always know what changed and you never lose work.

For SEO, analytics, and brand identity, see [Branding & Appearance](/know/branding-and-appearance). For AI model selection and per-feature overrides, see [AI Model & Cost Control](/know/admin-config-ai-model). For the AI Community Manager itself, see [AI Community Manager](/know/admin-automation-engine).

---

## The 8 sections

| Section | What it controls |
|---|---|
| Site | Site name, maintenance mode, pagination, upload limits, default theme |
| Members | Registration, email verification, age gate, profile rules |
| Suite | Per-product toggles for mobieusHelp and mobieusLearn |
| Features | Feature flags (gated by your plan), including AI sub-flags |
| Content | Forums, threads, posts, files, photos defaults |
| Commerce | Stripe keys, payout rules, sandbox toggle |
| System | Environment values, AI model selection, cron status, diagnostics |
| Custom Domain | Pro+ only. Map your own domain to your tenant |

Each section has its own dirty badge so you can see at a glance what has unsaved changes.

---

## Sticky save bar

The save bar pins to the bottom of the viewport. It shows:

- **Dirty count.** Number of fields you have edited but not saved.
- **Jump to next dirty.** Scrolls you to the next field that needs saving.
- **Discard.** Reverts every dirty field to its saved value.
- **Save.** Writes every dirty field in one transaction.

Saves are atomic. Either every dirty field commits or none do. You never end up with a half-saved config.

The save handler suppresses the browser's beforeunload dialog. Intentional saves never trigger "Are you sure you want to leave?" prompts.

---

## Keyboard shortcut

Press `/` from anywhere on `/admin/config` to open the fuzzy section search. Type 2 or 3 characters of any section name and press Enter to jump there.

The shortcut ignores keystrokes inside text inputs, so it never interferes with typing.

---

## Recent changes timeline

A drawer on the right shows the last 20 audit-log entries for this tenant's config. Each entry has:

- **Field.** Which setting changed.
- **Old value to new value.** What it changed from and to.
- **Who.** The admin who made the change.
- **When.** Time ago, with full timestamp on hover.

Click any entry to scroll to that field and highlight it.

---

## Diagnostics tile grid

The bottom of the page shows live diagnostics. Each tile turns green when healthy, amber on warning, red on failure.

- **Database.** Connection, replication lag, slow query count.
- **Cron.** Last run for every scheduled worker.
- **Mail.** Outbound queue size and last delivery.
- **Queue.** Worker count and pending jobs.
- **Cache.** Hit rate over the last hour.
- **Storage.** Disk used and free for uploads.

Click any tile for a detailed view.

---

## AI model selection (System section)

The System section now includes a model picker. Pick which Claude model your AI features use. Cheaper models cost less per token but produce shorter or simpler drafts. See [AI Model & Cost Control](/know/admin-config-ai-model) for the full pricing table and per-feature overrides.

---

## Where settings moved

SEO and analytics used to live on `/admin/config`. They now live on `/admin/branding`. Old links like `/admin/config?tab=crawlers` redirect to `/admin/branding?tab=seo` so existing bookmarks still work.

See:

- [Branding & Appearance](/know/branding-and-appearance) for SEO, analytics, logo, theme, white label
- [SEO Tab](/know/admin-branding-seo) for GSC, Bing, robots.txt, llms.txt, AI bot allowlist, sitemap refresh
- [Analytics Tab](/know/admin-branding-analytics) for GA4, GTM, Plausible, Fathom, PostHog

---

## Access

Requires Tenant Admin role or higher. Tenant Super Mods can view but not edit.