Index page, discussions and category page
Hey there, is it possible to make index page of a forum with different content than discussions page and category page? What i mean is: lets say my forum is domain.com and discussions is domain.com/discussions - now the both urls shows the same, which i don't want to. I want to add messages that will be only visible at domain.com and no where else.
Thank you for understanding.
Thank you for understanding.
Tagged:
0
Comments
Change that line:
$Configuration['Routes']['DefaultController'] = 'discussions';
To find in root/conf/config.php
I haven't tested it and don't know much about vanilla - but would make sense to me and seems like garden is making sense...