Topic: Sections?
On the main index page, id like to be able to turn off moderators.. since I have none.. and it looks empty..
You are not logged in. Please login or register.
PunBB Forums → Feature requests → Sections?
On the main index page, id like to be able to turn off moderators.. since I have none.. and it looks empty..
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
much appreciated, im quite new to php
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
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%.
PunBB Forums → Feature requests → Sections?
Powered by PunBB, supported by Informer Technologies, Inc.