MyBB Community Forums

Full Version: 2 block subforums for MyBB with CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
2 block subforums for MyBB with CSS
Producer: Blackinci
http://www.blackinci.com/mybb/35-css-ile...linde.html

Please follow the steps which are below:
Admin CP=> Templates=> Edit/Delete=>The Theme that you use => Forumbit Templates => forumbit_depth3

Open:
Replace with:

<li>{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text_plain}">{$forum['name']}</a><li>


Admin CP=> Templates=> Edit/Delete=>The Theme that you use=>Forumbit Templates=> forumbit_subforums Open:
Replace with:

<br />{$lang->subforums}<br /><ul class="alt_forumlar">{$sub_forums}</ul>


Now, css codes are being added:

Admin CP=> Themes=> Edit/Delete=> Theme that you use => Additional CSS
.alt_forumlar {list-style: none; margin: 0; padding: 0;}
.alt_forumlar li {width: 50%; float: left;}

That's all.

[Image: 1212096066_altforum.png]
Thread approved.
Lol why was this approved after 2 years? Are you guys offering late approvals for Christmas?
That's Funny
Anyway, interesting :3