What I like to do on creating new pages is having a few variables. Title and content are the most important of course. You can even eval() the title variable to use as the content box title too, like such: What I like to do on creating new pages is having a few variables. Title and content are the most important of course. You can even eval() the title variable to use as the content box title too, like such:
PHP Code:
<?php
define('IN_MYBB', 1); require "./global.php";
$page_title = "Page title";
$content = "Some random content"; add_breadcrumb($page_title, "somename.php");