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.
Startup to Categories?
One of the complaints I got from the people who I've had testing the forum, in hopes to switch our phpbb over to it is that they'd like the front page to be the categories tab, and not the recent discussions. I opened up index.php in hopes to recode it from there. So, I found this:
$Menu->CurrentTab = "discussions";
$Panel->CssClass = "DiscussionsPanel";
$Body->CssClass = "Discussions";
So, I figured that I would change all "discussions" to "categories." Although, it changed the menu to show that it was now on categories.php, the actual body did not change. Is there another way to do this?
0
This discussion has been closed.
Comments
and the original thread to that is here.