MyBB Community Forums

Full Version: Sub Forum Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
My Sub Forums Are Shown at Index Page But
When I Click On His Parent Forum Then All Child Forum Are Not Showed...
Please Help
This is a problem in your theme.

Go to: ACP > Templates > Forumdisplay Templates > forumdisplay > and add the following code after {$rules}
{$subforums}
Now All Threads Are Hidden as wel
{$subforums} That Code Is Already Exist
Paste your forumdisplay template code here.
<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>
Help Please
Any One Give Me The Answer
Are you sure that's the correct template set for your theme??
Why did you have "html" code in your template?
Thats not the right code for forum display template..
(2011-03-10, 08:52 PM)MattRogowski Wrote: [ -> ]Are you sure that's the correct template set for your theme??

Yes This Is My Theme Code
Can we have your URL??
(2011-03-11, 10:44 AM)MattRogowski Wrote: [ -> ]Can we have your URL??

His forum is: http://itapna.com
Pages: 1 2