Topic: Remove forum parts in main.tpl

Hi,

In 1.2, if I didn't want the forum to show the title, description, announcement (at all), whatever, I would remove something like this from the main.tpl: <pun_whatever>

However, if I try to do that with 1.3, nothing happens. Is there something else I need to do aswell? neutral

Alex

2 (edited by The_Fiddler 2009-11-25 07:25)

Re: Remove forum parts in main.tpl

I don't know what your not doing but as a test I opened main.tpl and removed the line

<!-- forum_title --> from

<div id="brd-head" class="gen-content">
    <!-- forum_skip -->
    <!-- forum_title -->
    <!-- forum_desc -->
</div>

So it looked like

<div id="brd-head" class="gen-content">
    <!-- forum_skip -->
   
    <!-- forum_desc -->
</div>

Clicked save and hit refresh on the browser and the title disappeared.