pioneer Is there an extension or so to use the compose a post/comment form without a popup, just on the same page like many social networks do? For a bit of context: I'm just looking around, haven't even tried installing Flarum, but it looks awesome.
Kylo pioneer It's not a popup actually, just a composer component which is hidden by default and becomes visible when you decide to post something. There is no extension to get what you want as far as I know but I think it's possible to replicate that component's functions within an another component to suit your needs. Here's the source code of the composer, if you're comfortable with JS: https://github.com/flarum/core/blob/master/js/src/forum/components/Composer.js <🆒>Keep in mind that Flarum is a SPA (Single Page Application)</🆒>
pioneer Kylo The code certainly readable, though not small enough to get an idea how it works from the first sight. Anyway, thanks, I believe the rest requires either reading the docs or hiring someone, should I decide to set up my own forum.