MyBB Community Forums

Full Version: change homepage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
^Title says all
Design a custom php page with a template like the following and name it "home.php":

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}

<!-- YOUR CUSTOM CONTENT HERE -->

{$footer}
</body>
</html>

Make sure you've left a link somewhere (maybe in menu) in custom homepage pointing to your "/index.php".
Upload your custom homepage "home.php" to root.
Change your logo link from header template from "/index.php" to "/home.php".

Add this line editing your .htaccess file:
DirectoryIndex home.php
If you want to use the portal.php for example, add this to your htaccess file:
DirectoryIndex portal.php index.php