MyBB Community Forums

Full Version: what is mybb code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys

i want just the codes for header and footer warnings and private message
for a page

i want to create a page and i want these codes to make it like my forum and thanks i hope people understand what i want
<?php
define("IN_MYBB",1);
require_once "./global.php";

echo "<html>
<head>
<title>{$title}</title>
{$headerinclude}
</head>
<body>
{$header}
Your content
{$footer}
</body>
</html>";

?>
on <your content> i put what i want?

last question can i change the index.php to forum.php?
Yes, put what you want where "your content" is.

If you rename it, you should rename it to forums.php with an "s" at the end so that file verification will still check it.