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.
How to change default start page?
I want to know if it's possible to change the default start page of a Vanilla forum. I want my users to be directed to the Categories page by default. Any help?
0
This discussion has been closed.
Comments
- In root directory, I renamed index.php "discussions.php"
- In root directory, I renamed categories.php "index.php"
- In controls directory, I renamed index.php "discussions.php"
- In controls directory, I renamed categories.php "index.php"
- In init_internal.php from appg directory, I changed ./ for "discussions.php" and categories.php for "./"
- I tweaked the Whispers.php extension
Everything was fine except that when I clicked on a category, it forward me back on the root (you know... "/?CategoryID=1"). So I gave up, it seems like an hardcore tweak to do something that appears so simple...Fortunately, I was able to get back to my original configuration. Wouldn't it be sweet if that option was implemented in future releases of Vanilla?
DirectoryIndex categories.php
Seems to work without problem on my test environment.