Question: If I set a page to be the "home" page for the site .... what URL would I use to send the user to the actual discussions at that point? The settings.default_route
is used in the ForumServiceProvider. And that value is now a route to a custom page.
The use-case here is that I have a private, invite-only forum. So I want random visitors to see a custom page telling them what we're about, etc., but not to see any actual discussions, etc.
I'm guessing I could possibly use extend.php
to override the default "forum" route, but I'm still getting used to the architecture of Flarum.
Thanks in advance!