MyBB Community Forums

Full Version: Portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been looking all day for a portal for MyBB but I cannot seem to find it at all. Can someone link me to the download?
The software comes pre-packaged with one.
Just type in your sites name
http://www. your - sites - name.com/forum/portal.php

That is also if you named your folder forum, change that too to whatever your folder name is.
instead of your-sitename.com/forum/portal.php can you make it your-sitename.com/portal.php?
That's a whole other monster. I suggest checking this post out
http://community.mybboard.net/showthread...#pid154182

and doing a search using the term "homepage"

Regards
Well it depends how you installed your forum, if your forum is at the root directory, and can be access at

sitename.com/index.php then it's just portal.php

You can also make a redirection php file to redirect sitename.com/portal.php to sitename.com/forum/portal.php

<?
Header( "Location: http://www.site.com/forum/portal.php" );
?>
How come when I go to endlessparadigm.com the url is endlessparadigm.com and it is the portal?
this is easy to make the portal /index.php instead of /forum/portal.php. You need to change $forumdir = "./"; to $forumdir = "./forum"; in the portal.php. Then put it in the folder you want then rename it to index.php.