Log in

View Full Version : how do I make a forum appear on my index page


beefcake99
04-25-2006, 06:49 PM
I'm just starting and I can't get the vbulletin page to appear as the opening page on my website. Any help would be greatly appreciated.
Thanks,
Scott

peterska2
04-25-2006, 09:18 PM
move the files that you have uploaded (including folders) to the public_html folder on your server if you have one, or just to the root that opens when you log into your FTP client if you dont. Then just change the board URL in the vBulletin Options > vBulletin Options > Site Name / URL

beefcake99
04-26-2006, 03:50 PM
Thank you

I uploaded my files again.
In forum name I put title of forum.
In forum URL I put ,/mywebsite.com/index
In homepage name I put title
In Homepage URL I put/ mywebsite.com/index

I did all this but when I go to my sight I just get a blank index filler page.
Was wondering what to do. Also are there any sites that give examples or tutorials on how to build VB pages?
Thanks,
Scott

tealv6
04-27-2006, 07:38 PM
Your main page must require it be a *.html file. I also have this problem. I set up a redirect page to send my members to www.forum.domain.com when they come into www.domain.com.

Your welcome to check out my code if needed...
www.camarov6.com
It redirects quickly.. have your stop button ready :)

Steve

beefcake99
04-29-2006, 08:46 PM
Your main page must require it be a *.html file. I also have this problem. I set up a redirect page to send my members to www.forum.domain.com when they come into www.domain.com.

Your welcome to check out my code if needed...
www.camarov6.com
It redirects quickly.. have your stop button ready :)

Steve

Which part of the code applies to the automatic redirect. Sorry I'm new at this.
Thanks,
Beefcake

Mastar
04-30-2006, 03:42 AM
Which part of the code applies to the automatic redirect. Sorry I'm new at this.
Thanks,
Beefcake


Put <meta http-equiv="refresh" content="5; url=http://www.your site.com">
in your head tags.

The 5 is the second it will redirect in.

Rukbat
04-30-2006, 03:47 AM
or as an alternative you could install vBadvanced CMPS (http://www.vbadvanced.com/)