MyBB Community Forums

Full Version: Forum display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there, I noticed that some of you are using a new way to display forums. I don't really know how to explain it. Well, the forums are divided into two parts and you can see two forums on the same line. Is there any tutorial about it?


PS: Do you know how to add a sidebar (no plugins, just code)?

Thanks in advance Smile
Its pretty simple, your talking about a layout like this right?

Category 1
____________________
----------_____-----------
Forum 1_______Forum 2
----------_____-----------
----------_____-----------
Forum 3_______Forum 4
----------_____-----------

Their are several ways to do it, the way I did it was by making the forumbit tableless and having it float to the left. You also have to specify a width and height for each forum 'box' so that it doesn't look like complete crap when you have forums with a description, moderators, sub-forums, etc. and one next to it with nothing or it will look like this:

----------_______-----------
Forum 1_________Forum 2
My Cool Forum!___-----------
Mod: Joe
----------
----------_____-----------
Forum 3_______Forum 4
----------_____-----------
Sorry, I've never known what does it mean table-less. It means that I have to remove the table and substitute it with a div?