MyBB Community Forums

Full Version: edit the portal page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I have two questions! The first one is how can I edit my portal page, like adding some posters, or Welcome box, or annoucement box.

And how can I set portal page as the first page that guests and users will see when they come to my forum?

Jenkin
You can use a portal extension like ProPortal by DragonFever to customize the portal. If you go this route, instructions are included to set the portal as the "main" or default page.

Otherwise, just add this into .htaccess:
DirectoryIndex portal.php
I didn't reply earlier as I miss read the second question. Toungue

With DirectoryIndex, I suggest you use DirectoryIndex portal.php index.php index.html. If you use just portal.php, when you go to yourforum.com/admin (Without index.php) you will get a 500 error from memory.
That is usually the case Smile unless you have directory browsing turned on, in which case it will show a list of the files Smile