MyBB Community Forums

Full Version: Rules.php forum format
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Solved, thanks guys. Read the help docs.
Bumping this up hopefully someone can help me thank you.
Are you wanting to add that to the index page or have a separate page for rules?

To add it to the index, go to Templates > Your theme > Expand Index Page Templates > Index

To add a separate page that you can link to, follow this tutorial.
(2012-12-13, 07:11 PM)Stephon Wrote: [ -> ]Are you wanting to add that to the index page or have a separate page for rules?

To add it to the index, go to Templates > Your theme > Expand Index Page Templates > Index

To add a separate page that you can link to, follow this tutorial.

Sorry about the late reply, I have a separate page for rules, on site.
(2012-12-14, 06:57 AM)Blakenic2012 Wrote: [ -> ]
(2012-12-13, 07:11 PM)Stephon Wrote: [ -> ]Are you wanting to add that to the index page or have a separate page for rules?

To add it to the index, go to Templates > Your theme > Expand Index Page Templates > Index

To add a separate page that you can link to, follow this tutorial.

Sorry about the late reply, I have a separate page for rules, on site.

Oh, so you want the forum header and footer to display on your rules page, correct? If so, that tutorial shows you how to.

<html>
<head>
<title>Your title here</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>Your title here.</strong></span></td>
</tr>
<tr>
<td class="trow1">

Add here your custom messages.

</td></tr></table>
{$footer}
</body>
</html>
Wait.. Have we gone back to 2001? What is this design?
What's wrong with using the built-in Help Docs?