Now, my forum is located at mysite.com. What I want to do is to make this new home page as my main index page. So when users go to mysite.com, they end up here. Then they click on the "forum" button on the nav bar and are taken to the forum.
How can I do that?
--------------- Added [DATE]1415127156[/DATE] at [TIME]1415127156[/TIME] ---------------
Currently, mysite.com is home page which goes straight to forum. And mysite.com/cmps_index.php is what goes to CMS page. I have to click on "home" from the navbar to go to this page.
I want this page to appear first when someone goes to mysite.com and then they can go to forum by clicking on the "forum" on the navbar.
How can I do this?
If you have installed CMPS in the same directory as the forum you just need to login to your admincp and go to "Settings>Options" then click on "Forum Home: Options" in the drop down. Find "Script Name for Forum Home Page" at the top and change it to "index" without the quotes. Then make sure you set your CMPS to index.php instead of cmps_index.php. Then you will need to rename the cmps_index.php to index.php. Be sure to same everything before doing this and back it up just in case. There are also most likely info on the vbadvanced site for doing this you should really check there I think they have a FAQ or something that you can get this info from.