Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
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