Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to Default to Categories Page
I'd like my main page to be categories.php and not index.php. How can I change this? I put a redirect code in the index.php file, but that caused a problem. When I clicked on one of the headings on categories.php, it wouldn't work and forwarded me back to categories.php.
Any help will be appreciated. My site is http://postyouradlinkfree.info
Any help will be appreciated. My site is http://postyouradlinkfree.info
0
Comments
It might work
if ($Tab['Text'] == 'Categories') $Tab['Url'] = 'index.php';
if ($Tab['Text'] == 'Threads list') $Tab['Url'] = 'categories.php';
I use Vanilla forum 1.1.5a