2011-05-10, 06:20 PM
2011-05-10, 06:24 PM
In the 'forumdisplay' template make sure the {$rules} text is in there.
This is the template of the default theme:
This is the template of the default theme:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>
2011-05-10, 06:37 PM
Nice, thanks a lot man...