MyBB Community Forums

Full Version: Sub Forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I am wondering how can I get my sub-forums to look something a like this website's sub-forums (see how it is listed like that)
http://www.xbox360achievements.org/forum/

instead of it being listed like this

* subforum * subforum

I want it

*subforum
*subforum

Any help?
Just onesmall template modification away.

You need to make the following changes:

1. Edit the forumbit_depth3 template and find:
{$comma}{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a>

Replace it with:
<br />{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a>

Chris
On a similar topic, can you have subforums in sbforums?
You can have as many levels of sub forums deep as you wish.
Thank you Chris! Just what I wanted! =)