MyBB Community Forums

Full Version: Subforums Dropdown
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I'm trying to get subforums on my index page to appear in a drop-down box, rather than just columns like I've been using.

And so far, the only tutorial that seems to be out there isn't very detailed, as well as bit broken.


To sum it up, what I currently have is this mess:

[Image: zocEwVd.png]


What I'd like is something similar to this:

[Image: 4WrEmiX.png]


The main problem I'm having is just trying to format the Sub Forums appropriately. I can't seem to figure out where.

For starters, I'd want <br/> after every Sub Forum name, so that they didn't bundle up. As well as a "padding-left", for all subforums within the main Sub Forums listed.

Any help with this would be great, if it's even possible!
Follow this tutorial
https://community.mybb.com/thread-202476.html

Then in Templates > Your theme > Forumbit Templates > forumbit_depth3

<div>{$comma}{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text_plain}">{$forum['name']}</a></div>
I've followed that tutorial (That's what led me to the initial jumble of mess). However, I've redone the steps, as well as doing the above step you mentioned. And it appears better in the Sub Forums dropdown. But now sub-forums also appear twice. 

As seen here:

[Image: vs6HA4p.png]
*bump*