Braden Hi, i have a external page /page.php that i want my visitors to see flarum header , so the can also continue with there notification or login. How can i add the header? thanks
clarkwinkelmann Braden there's no easy solution. The easiest would probably be to convert that page into a Flarum API controller and render it inside of the single page app with a javascript component. Something similar to https://github.com/clarkwinkelmann/flarum-pages-generator can be used to delegate HTML rendering to the backend if rendering in the frontend from JSON is not desirable.