Sunday, September 1, 2013

Subforums in Columns With CSS On MyBB

Subforums in Columns With CSS On MyBB. Column into 2 sub-blocks left and right sections will enhance the look of your forum. Today I will share a tutorial how to make a 2 column subforums for MyBB with CSS. Is actually quite easy and practical, just follow the tutorial and the way I will share below correctly.

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>


after the entry into :
  • 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;}

Subforums in Columns With CSS On MyBB


That's all Subforums in Columns With CSS On MyBB, hopefully helpful and useful to you!

thumbnail Title: Subforums in Columns With CSS On MyBB
Posted by:Stuard Van
Published :2013-09-01T10:00:00-07:00
Rating: 5
Reviewer: 5 Reviews
Subforums in Columns With CSS On MyBB
Share :
Related articles:

0 comments :

Post a Comment