how do i add a new page im using mybb
make a php file add this
<?php
define('IN_MYBB', 1); require "./global.php";
add_breadcrumb("Title here", "name.php");
eval("\$html = \"".$templates->get("template_name")."\";");
output_page($html);
?>
go to template then global template make a new one name it how u named the php file and add this
<html>
<head>
<title>title</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>title.</strong></span></td>
</tr>
<tr>
<td class="trow1">
some text
</td></tr></table>
{$footer}
</body>
</html>
<?php
define('IN_MYBB', 1); require "./global.php";
add_breadcrumb("Title here", "name.php");
eval("\$html = \"".$templates->get("template_name")."\";");
output_page($html);
?>
go to template then global template make a new one name it how u named the php file and add this
<html>
<head>
<title>title</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>title.</strong></span></td>
</tr>
<tr>
<td class="trow1">
some text
</td></tr></table>
{$footer}
</body>
</html>
Users browsing: 1 Guest(s)