MyBB Community Forums

Full Version: Enabling and customizing Portal as homepage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, how i can enable the Portal to be as homepage without renaming and changing files and is there a way to customize it (add boxes and various things & etc) ?

For customization and the Portal i talk about a some sort of portal like Board3 for phpBB (http://board3.de/).

I don't know if there's a way to customize the Portal like the Board3 but i'm just asking Toungue
You can do most of that on a mybb portal. Looks like a lot of plugins though. I think you can use pro_portal on a 1.6.6 install, or you can use the default and mod it.

For the homepage I have a redirect.
Quote:So, how i can enable the Portal to be as homepage without renaming and changing files
You would need to change one file one time. Or use like the above posters plugin.
Go to your:

.htaccess

File on the server (not the htaccess.txt file from mybb)

And add this line:

DirectoryIndex portal.php index.php  

(if there are any other pages you would like to add behind this for example if you pull portal/index etc all offline just add them behind the index.php one space to devide them)