MyBB Community Forums

Full Version: Show all subforums in index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB Version: 1.6.7
URL: Website.

Hi, for some reason any new sub-forums will not show in index, even if I re-ordered it to be the first sub-forum to show. And the number of subforums that show before this happens is random.

The second forum on the website shows 8 then hides the other. Same thing for the third in index, but it only shows 4 before hiding.

It does show, however, if you view the specific forum that holds the sub-forums.

I've tried the following:
  • Made sure permissions wasn't the problem
  • Went to Forum Home options. Set to 20, didn't fix
  • Rebuild forum cache

It still did not help. Can someone help me out? If you are a forum support member, I'll gladly give out admin cp info.
+Admincp -> Template -> Forum Bit Templates -> forumbit_depth3
Replace:
<li>{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></li>

+Admincp -> Template -> Forum Bit Templates -> forumbit_subforums
Replace:
<br />{$lang->subforums}<br /><ul class="alt_sbc">{$sub_forums}</ul>

+add to global.css or add new Stylesheet
.alt_sbc {list-style: none; margin: 0; padding: 0;}
.alt_sbc li {width: 50%; float: left;}

+Admincp -> Configuration -> Forum Home Options -> Subforums to show on Index listing (set 10 or more)
Did not work.
Can I get some more help on this?