Currently Im using Metro theme and wish to delete member and FAQ showed in my header. Im using phpbb 3.0.14.
How should I do that? Please teach me step by step as Im not so pro on this.
Thanks.
Code: Select all
<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
Code: Select all
<!-- IF YOU_LOCK_THIS_CODE -->
<!-- Note to your future self: The above if statement and endif are to lock this code to hide it but perhaps still for future possible use. To use, remove the statements and this note. -->
<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
<!-- ENDIF -->
Code: Select all
<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
Code: Select all
<!-- IF YOU_LOCK_THIS_CODE -->
<!-- Note to your future self: The above if statement and endif are to lock this code to hide it but perhaps still for future possible use. To use, remove the statements and this note. -->
<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
<!-- ENDIF -->