PDA

View Full Version : Display subforums in columns of 3


Cedric_FP
04-25-2010, 05:10 AM
How would I go about displaying subforums in Columns of 3 instead of 1 in VB4 WHILE viewing forumdisplay.php (NOT FORUMHOME).


So, for example:

Subforums
Forum 1 | Forum 2 | Forum 3
Forum 4 | Forum 5 | Forum 6

THREADS

And beneath each forum title would be the description / number of posts etc.

I've been looking at forumdisplay.php and it alludes to forumbits. So I look at the forumbits level 1 and 2 and then it alludes to $subforumsbit so i look at that and still can't find a way to organise it into 3 columns.

Thanks.

Lynne
04-25-2010, 01:34 PM
I wrote an article on how to do that using CSS. And, there is also a mod to do it.

Cedric_FP
04-25-2010, 10:29 PM
I wrote an article on how to do that using CSS. And, there is also a mod to do it.
I see. Thanks. Your article on doing it so that it appears at the forumbits level 1 is exactly what I need.