Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved forumdisplay template
#1
Not Solved Sad 
Hi,
I was messing about in the default template for forumdisplay
I think I have deleted something important.

Can anyone tell me the fields I should have in this section.
I have.
<body>

{$header}
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$thereadlist}
{$footer}


</body>

Many thanks
Tim
#2
Not Solved
it is different from every theme/plugins you have, but here is mine
Quote:<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>
i think this is the important things :
Quote:<html>
<head>
{$headerinclude}
{$rssdiscovery}
</head>
<body>
{$header}
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>
hope i helped
regards,
<snip - images exceed maximum total dimensions (see the rules)>
#3
Not Solved
This user has been denied support. This user has been denied support.
replace your forum display code with following:

<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>
#4
Not Solved
many thanks. you are a star.
Smile
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)