MyBB Community Forums

Full Version: [new] 2 column subforums for MyBB with CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hi, I hope this will not be necro posting *ewww*... I just need some support with that modification.

I tried setting it up as it is said in the first post with copy/pasting the stuff up there. I can get my sub forums to get in column, but only in a single one.

I really need those to go in multiple considering some of my categories have a high number of forums.

Thanks for your time and consideration
- Snake_Doc
Has anyone found a way to get this to work for the most recent version of MyBB in both FireFox and Internet Explorer?
Quote:......Admin CP=> Themes=> Edit/Delete=> Theme that you use => Additional CSS
.alt_forumlar {list-style: none; margin: 0; padding: 0;}
.alt_forumlar li {width: 50%; float: left;}


Beside the code above i followed the instructions and here are the results that i got.

Main Forum
. .SubForum1
. .SubForum2
. .SubForum3

[Image: testforum.jpg]

Now
1) how do i remove the black bullets?
2) how do i get 3 columns with 4 subforums in each of them?

I didn't do the CSS part, the one mentioned in the quotes above. I don't know a lot about CSS; do i add the code in quotes at the bottom of the

Admin CP >>>> Template & Style >>>> Themes >>>> "mytheme" >>>> global.css >>>> Edit Style Sheet Advanced Mode page?

and if so then i noticed that all the rest of the codes in the CSS are opend and closed with a container

For Example:

a:link {
color: #333322;
text-decoration: none;
}

Do i enclose the following code with some sort of container as well?

.alt_forumlar {list-style: none; margin: 0; padding: 0;}
.alt_forumlar li {width: 50%; float: left;}[/quote]

with some container? I have MYBB 1.4.11 thanks in advance.
thanks dears wow nice work..

its great dear ..
I trying this from last 2 days but not getting success..!!!!
But why ? It is 2 minutes modification.

You've to replace all the code from two templates; "forumbit_depth3" and "forumbit_subforums" with the code provided in the first post. Then you have to add the
.alt_forumlar {list-style: none; margin: 0; padding: 0;}
.alt_forumlar li {width: 50%; float: left;}
in "global.css" stylesheet.
Its Not Processing in "global.css" stylesheet as per the instructions...
It shows time out.. I am using version 1.6 on Default theme
Then you've something issues in your theme.
How to find that ?
I mean how to find that theme error ?
wow great work dear
Pages: 1 2 3