Forum update
Replace legacy forum CSS incrementally with VelinStyle utilities and components while keeping accessibility and scanner checks green.
Shared migration
- Load VelinStyle after stripping conflicting legacy CSS (one template at a time).
- Use
velin-bottom-nav,velin-tabs, andvelin-btnfor mobile-friendly navigation. - Run
npx velinstyle scan --only a11yon header/footer templates. - Community support: BirdAPI Forum.
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.