MyBB Community Forums

Full Version: Subforum setting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Is there a way to make subforums visible in the forum listing?

I mean, here's how it looks now

Forum 1
+subforum1 +subforum 2

And I want it

Forum 1
  • Forum 1
  • Forum 2
Admin CP --> Templates --> Modify/Delete --> *expand your template set* --> Forum Bit Templates --> forumbit_subforums
Find
{$sub_forums}
Replace with:
<ul>{$sub_forums}</ul>

Admin CP --> Templates --> Modify/Delete --> *expand your template set* --> Forum Bit Templates --> forumbit_depth3
Find:
{$comma}{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a>
Replace with:
<li>{$comma}{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></li>
Not quite what I meant.

[icon] Forum
This forum is blabla
  • [icon] Forum 1
  • This is forum1
Please post a screenshot. I don't understand.
Hello

I do not want to start a new thread and since what I need is very similar to this thread I'm posting here. This is what I want:

I want my Subforums to show like this:

* Sub-Forum 1
* Sub-Forum 2
* Sub-Forum 3
* Sub-Forum 4

Instead of like this:
* Sub-Forum 1 * Sub-Forum 2 * Sub-Forum 3 * Sub-Forum 4

Is this possible? If so, how can I do it?

Thanks
I get it now. I'll have to get back to you on how it's done, though.
(2009-02-23, 10:33 PM)Tom Loveric Wrote: [ -> ]I get it now. I'll have to get back to you on how it's done, though.

and I'll be here waiting for the solution... Thanks

UPDATE I am using the latest version of Mybb.
Then this needs moving.
First of all, thanks to whoever moved the thread.
-----

Any help?
To make it more clear:

I want to go from this: [Image: 2vtrvuw.jpg]

to this: [Image: 2dhfsau.jpg]

I want the subforums to show as a list/columns.
oo. list subforum.. Like VB
Pages: 1 2