Skip to main content
VelinStyle v0.9.0
⌂ Home
  1. Docs
  2. Guides
  3. Forum update

Forum update

Replace legacy forum CSS incrementally with VelinStyle utilities and components while keeping accessibility and scanner checks green.

Shared migration

phpBB

Copy velinstyle.min.css into styles/<theme>/theme/, link from overall_header.html. Override prosilver markup with velin-grid / velin-card on index and viewtopic first.

Discourse

Self-hosted: theme component or link compiled CSS in <head>. Hosted Discourse limits custom CSS — plan for component-only styling.

Flarum

Extension extend.php: register CSS import in forum frontend. Map badges to velin-badge.

XenForo

Add VelinStyle in extra.less (ACP → Appearance). Rebuild style cache after template modifications.

Vanilla

Theme Hooks: custom.css in default.master.tpl. Optional velin-search when you expose a JSON search endpoint.