Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Changing default load page from "discussions" to a custom "home" tab.
Ok so I made a custom tab labled "Home" which I want to be the page that is displayed when visiting my vanilla forum instead of the Discussions page. Is there a relatively easy way of doing this?
0
This discussion has been closed.
Comments
languages/English.php
and change these two lines to something like this:$Context->Dictionary['BackToDiscussions'] = 'Back to Home'; $Context->Dictionary['Discussions'] = 'Home';