MyBB Community Forums

Full Version: Subforum Dots
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to move these subforum dot upper, at the same lever as the subforum name.

How do I do it?
[Image: dotsh.png]
I have a plugin that does this:

http://www.mybbextras.com/showthread.php?tid=361
(2011-01-20, 11:59 PM)Dark Byte Wrote: [ -> ]Free Plugin Here:
http://mods.mybb.com/view/subforums-in-columns

I would pay for Janota's plugin, as this one always caused issues when I used it. And if you deactivate it, it messes up your theme/s.

It is more useful than the plugin that it does. It doesnt run any MySQL quieries...

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="forumdisplay.php?fid={$forum['fid']}">{$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.

Original Post: http://community.mybb.com/thread-32008.html