Skip to main content
VelinStyle v1.3.0
⌂ Home
  1. Docs
  2. Guides
  3. Forum update

Forum update 1.2.2 beta

Replace legacy forum CSS incrementally with VelinStyle utilities and components while keeping accessibility checks green. AAA-oriented defaults support your review — they do not certify the forum. Deutsch

Maturity: Integration recipe is beta in 1.2.0. CSS / Web Components / runtime remain stable. Studio and the complete Utility Engine stay planned.

When to use

When not

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.