Log in

View Full Version : Make my home page the forum


D19RNY
06-14-2010, 08:54 PM
How can I change my home page to the forum instead of the content?

your24hourstore
06-15-2010, 12:27 AM
ok i saw you in that other thread
for that you just uncomment
//define(VB_RELATIVE_PATH, 'forum');
so in index.php you can just uncomment like this take these out //
define(VB_RELATIVE_PATH, 'forum');
of course if forum is not your root then change it to what you have forums
//define(VB_RELATIVE_PATH, 'forums');
if your installed in public_html then you can change it in settings you wont need this

D19RNY
06-15-2010, 12:50 AM
Done thanks harley