Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [Mail] Rules spot?
#1
Not Solved
I got a new theme up on my forums, but when I try to add rules for each forums, its not showing? Do I need to edit template for it to show?



Attached Files Thumbnail(s)
   

#2
Not Solved
In the 'forumdisplay' template make sure the {$rules} text is in there.
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>
#3
Not Solved
Nice, thanks a lot man...



Forum Jump:


Users browsing this thread: 1 Guest(s)