any help would be appreciated
Allows you to show your forums in a 2 column layout, rather than 1 long list.



kenny wrote:If you want to get rid of the normal read/unread icons, you need to do a bit of CSS duplication and a small edit to forumlist_body.html - here's how it's done on 6SM.
OPEN: forumlist_body.html
FIND:
- Code: Select all
<!-- IF not forumrow.S_IS_CAT -->
<li class="row">
<dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
REPLACE WITH:
- Code: Select all
<!-- IF not forumrow.S_IS_CAT -->
<li class="row">
<!-- <dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;"> -->
<dl class="icons">
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
OPEN: content.css
FIND:
- Code: Select all
li.header dl.icon dt {
/* Tweak for headers alignment when folder icon used */
padding-left: 0;
padding-right: 50px;
}
AFTER ADD:
- Code: Select all
li.header dl.icons dt {
/* Tweak for headers alignment when folder icon used */
padding-left: 0;
padding-right: 4px;
}
From memory that's all I changed and should work



i don't know why, but it doesn't show my topics in a sub forum.
Oh, and could you tell me how to make it to three column layout?


I think I have to ask the question again.JohanNL wrote:Hmm.. how do I give the description a higher width?
http://johandev.dotbas.net/index.php




kenny wrote:A very hacky way to solve this, is to make sure that your forum descriptions are all the same or a similar lenghth. Eg. They all fit into 1 line, that way everything will fit nicely.

Alexa [Bot], Yahoo [Bot]