Topic: Sections?

On the main index page, id like to be able to turn off moderators.. since I have none.. and it looks empty..

2

Re: Sections?

Easier to do it yourself. Heres how:

Open index.php

Find and remove

Firstly

<td class="punheadcent" style="width: 18%; white-space: nowrap"><?php echo $lang_index['Moderators'] ?></td>

And secondly

<td class="puncent"><?php echo $moderators ?></td>

Should do the trick wink

3 (edited by DerekForReal 2004-05-02 00:38)

Re: Sections?

much appreciated, im quite new to php

4

Re: Sections?

No problem. Small things like that are pointless to implement as a feature, when it takes seconds to remove it manually from the code.

punBB is well written and easy to modify smile

Re: Sections?

After removing the Moderator column you may also want to re-adjust the percentage width of the remaining columns, to suit your preference and so that they total 100%.