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.
Main Links problem
Hello,
I have issues and some of them are related to vanilla. I recently installed vanilla on www.myserver.com/vanilla-1.1. Then after playing around with various styles and add ons decided that vanilla was the way to go (and binned the phpBB and BBpress installs I was looking into). So then I went about setting up a proper URL for the forum to work under.
forum.myserver.com I went into the conf directory and amended all the settings I could see. I went into the DB and changed the location for the styles and that all worked but the main menu links still seem to point to the old URL (by main menu I mean "Discusssions,Categories,Search et al").
Can anyone tell me where this is held ?
TIA
Neil
0
This discussion has been closed.
Comments
/conf/settings.php
, I think you will find what you are looking for there.That is odd, because Vanilla gets the path from the $Configuration['BASE_URL']... I just dug through the code to verify that...
Going back from display to settings I followed this path:
/themes/menu.php (HTML that makes up the menu is generated)
/Library/Vanilla/Vanilla.Control.Menu.php (where above file is called)
/appg/init_vanilla.php (where the menu object is created and items added to it)
/Library/Framework/Framework.Functions.php (where GetUrl is defined)
/conf/settings.php (where the BASE_URL is set)
Posted: Wednesday, 28 March 2007 at 8:30AM