MyBB Community Forums

Full Version: Need help with website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am making a new gaming website and I want my front page to have the news articles on the forum. What is the best way to do this? I heard something about using the MyBB portal.

If I use the forum as the main page, where do I copy the files too?
Can I make pages on my site still, if the forum is the main site?

I want my site to look like www.gw2fans.com
Open up your FTP Manager

Rename index.php to forums.php
Rename portal.php to index.php

Add a link to your forums.php in the header
Isn't there a constant in index.php which defines the page as index.php?
Yes, you need to edit index.php. Read this: http://community.mybb.com/thread-43811.html
Add

DirectoryIndex portal.php

to .htaccess?
That's basically what I do at my sites. It works pretty well.
I got ProPortal, working good.