I have searched and tried but can't make the change to default to Categories. I've tried the addon Category Page First and had to reinstall to get it back OK (thrice).
I've searched the forum and get lost in CSS changes etc.
The "Default Page" addon seems to require a url more complex than www.page.com/vanilla/categories.php would be.
Please help me.
John
Not 10 minutes before your posting(s) I did a work around using javascript on a redirect page that works like a champ
<html>
<head>
<script language="JavaScript">
<!--
window.location="http://nxxxxx.us/sbr/categories.php";
//-->
</script>
</head>
<body>
</body>
</html>
That's the whole page.
Thank you both
John
Mate, this is not what we mean by a different default page.
Giving users a secondary URL is going to work but the usual request is to have the standard URL (http://natchezms.us/vanillaforum/) take you to a different page in place of the default Discussions page.
natchezjohn: what page do you want to set as the default page?
Using the DefaultPage extension: If for example you want the 'categories' page to be the default page you just set the default page to categories.php (just use the page not the full url).
i would like to default to a page i created with page manager using the default page extension. the page i created is named home. in default page i'm putting in ?Page=home but this isn't working. The mod_rewrite .htaccess fixes in previous posts aren't working for me either. i have a feeling it's mod_rewrite issues with 1and1. do you have any suggestions on how to use the default page and page manager extensions together?
and from what i've been reading it looks like there should be an option in the vanilla settings > extensions area that would allow the change, but all i get there is a check box to enable and 2 links to "mightymango" and "lussumo.com/addons"