MyBB Community Forums

Full Version: Subforum in 2 Column
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone successful arranged subforum shown in columns at index? I searched the whole MyBB forum and every thread MODs are saying that wait for some to fix "subforums in column" plug-in.

Any solution? Where is the plug-in? Is it removed form Mods db?
i create this tut but is in spanish
Quote:Paso 1.- forumbit_depth3 sustituir Todo El Codigo Por:
<li>{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></li>

Paso 2.- forumbit_subforums sustituir Todo El Codigo Por:
<br />{$lang->subforums}<br /><ul class="alt_sbc">{$sub_forums}</ul>

Paso 3.- global.css
al final de el código poner:
.alt_sbc {list-style: none; margin: 0; padding: 0;}
.alt_sbc li {width: 30%; float: left;}
Is worked, but its showing in 3 columns, how to make it in 2 columns.
Ok I figured it out, just needed to change the css width. Thanks a ton.
^^ no problem