MyBB Community Forums

Full Version: Forums Layout @ Index Page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://www.leagueoflegends.com/board/

Layout wise, how do we make our forums on our board to look like those?

Is it based on tables, is it hard to modify our forum index like that to get that layout?
Have any of you tried this on the MyBB software?
(2011-01-27, 05:43 PM)FooFighter Wrote: [ -> ]http://www.leagueoflegends.com/board/ ....Is it based on tables, ....
That page is entirely CSS, there are no tables.

So, there is no "quick guide" or something to convert our current standard layout to something like that?
(2011-01-31, 01:23 AM)FooFighter Wrote: [ -> ]So, there is no "quick guide" or something to convert our current standard layout to something like that?

No.. but you can hire a designer and they'd do it.
No way. Toungue

I'm just going to teach myself then.
I want to keep the discussion in this thread, here is where I'm at currently:

(2011-01-31, 04:50 PM)FooFighter Wrote: [ -> ]
(2011-01-05, 09:12 AM)AJS Wrote: [ -> ]In global.css add:
.category {
	width: 50%;
	float: left;
}

In forumbit_depth1_cat, add at the very beginning:
<div class="category">

Find:
<br />

Replace with:
</div>

That will hopefully give you two columns. You can then reduce the width and add padding to .category if you prefer.

If you don't want subforums to show on the index, just set it to show 0 in the settings.

---------------------------------------------------

I tried exactly this, to no avail.

What about two columns for the forums within each category?

---------------------------------------------------

(2011-01-31, 09:42 PM)FooFighter Wrote: [ -> ]Nothing changes...

I do have a question though...

In my forumbit_depth1_cat when I have to find and replace <br />, do I need to replace all the "<br />" I have two of them?

I hoping to get my forums to look like that "grouped sub forums" plugin, without using another plugin.

I just want to make the code edits myself.

Has anyone actually accomplished this using the mybb software?