1 (edited by mippo 2005-03-07 12:28)

Topic: Remove Boardtitle

Hello,

I've know how I can remove the Titleboard (In my case Tae-Kwon-Do Vichten - Link: http://www.tkdvichten.lu/website/forum/index.php) of the Punbb forum. I'll remove it with table. So that my first row contains the links.

What do I have to change?

Knd regards
David

2

Re: Remove Boardtitle

Open main.tpl and remove this

<div id="brdtitle">
    <pun_title>
    <pun_desc>
</div>

Or you could just add #brdtitle {DISPLAY: none} to your stylesheet.

3

Re: Remove Boardtitle

It works.

Thank you. :-)