Topic: Layout forum

I'm doing heavy modifications on my forum...
I'm changing the layout and the style.

But now I have a problem...

The first image is how I want it and the second image is how it is now..
When I create a second forum.. How can I make it so it won't display the 'forum-topics-posts-last post' again?

http://www.Eagleclan.be/screen1.jpg
-------
http://www.Eagleclan.be/screen2.jpg

Re: Layout forum

you will probably need to edit index.php

3

Re: Layout forum

#punindex .blocktable {MARGIN-BOTTOM: 0}
#punindex THEAD {DISPLAY: none}
#punindex #idx1 THEAD {DISPLAY: table-header-group}

Re: Layout forum

Paul wrote:

#punindex .blocktable {MARGIN-BOTTOM: 0}
#punindex THEAD {DISPLAY: none}
#punindex #idx1 THEAD {DISPLAY: table-header-group}

ok thanks will try it out

Connorhd, yes, that's what I tried to do smile