Forum-Update 1.2.0 beta
Legacy-Forum-CSS schrittweise durch VelinStyle-Utilities und Components ersetzen, w?hrend Accessibility-Checks gr?n bleiben. AAA-orientierte Defaults unterst?tzen die Pr?fung ? sie zertifizieren das Forum nicht. English: Forum update
Wann nutzen
- Follow this guide when integrating or extending VelinStyle (Forum update).
- Pin
@birdapi/velinstyle@1.2.0and check maturity badges for beta surfaces.
Wann nicht
- Beta-Plan/Review/Meta nicht als fertiges KI-Design-System behandeln.
- Keine noch geplanten Studio- oder Utility-Engine-APIs erfinden.
Gemeinsame 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.