HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How can I hide my forum as well as possible?
olligranlund
New
in Localization
Hello
By hiding the forum I mean that there would only be a login form on the frontpage and that you would need to be logged in to see any of the content. I'm looking for something similar to what I already achieved in ProcessWire CMS http://puu.sh/sdnd7/ced683bcd3.png. ProcessWire didn't quite suit the planned project in the end, and therefore I'm giving Vanilla a shot. By not showing any of the content, the sites owner(s) can stay more private. Adding members would be done manually or using ldap somehow... but that's something we still have to figure out.
0
Comments
https://vanillaforums.org/addon/forceredirect-plugin
https://vanillaforums.org/addon/privatecommunity-plugin
Would possibly suit your needs?
There are a number of way you can do this.
Access you can extend the Authorisation and Connection options.
grep is your friend.
Yeah, you just want the Private Community addon. Really all that plugin does is toggle a core config setting that blocks everything at the highest level so there can be no accidental access.