Install
Requirements
- XenForo 2.3.0 or newer.
- SV/StandardLib 2.15.0 or newer (hard dependency).
Optional integrations:
- SV/RedisCache — pattern-based cache purges run automatically when present.
- SV/FontAwesomeNodeIcons — when active, supplies per-node icons used as the card-view cover fallback.
Install
- Install the dependencies (
SV/StandardLib) first if they are not already active. - Download the release archive and extract it into your installation. The
src/addons/MC/ForumLayouts/directory should sit alongside the other add-ons. - Navigate to AdminCP > Add-ons and click Install next to [MC] Forum Layouts. The add-on adds columns to
xf_node,xf_user_option, and indexes toxf_thread.
First-run checklist
- Visit AdminCP > Setup > Options > [MC] Forum Layouts. Pick a default layout, confirm which alternate layouts are enabled, and decide whether users may toggle between them.
- Navigate to AdminCP > Groups & permissions > Permissions and grant Toggle forum layouts to the member groups that should be able to switch layouts. See permissions.
- Edit the forums that should opt out of the alternate layouts and untick the per-forum display flags. See per-forum settings.
- For card view, optionally upload a cover image and set a node colour for each forum.
- Optionally remove branding under AdminCP > Setup > Options > [MC] Forum Layouts > General. See General options.
Verifying the install
- Confirm the add-on is listed as Active at AdminCP > Add-ons.
- Visit
/forum-layouts/on the front-end; the configured default layout should render.