Versión phpBB: 3.0.6
MODs Instalados: si
Plantilla(s) usada(s): Subsilver2
Servidor:
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Bueno tengo un problema con este mod, instalé todo, pero no veo ningun cambio en mi foro

Tengo problemas con copiar el ultimo código que se llama,
Código: Seleccionar todo
<!-- IF RECENT_TOPICS_DISPLAY --><!-- INCLUDE recent_topics_body.html --><!-- ENDIF -->
Código: Seleccionar todo
<!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}"><strong>{L_DELETE_COOKIES}</strong></a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}"><strong>{L_THE_TEAM}</strong></a><!-- ENDIF --><!-- IF not S_IS_BOT and U_MARK_FORUMS --> | <a class="nav" href="{U_MARK_FORUMS}"><strong>{L_MARK_FORUMS_READ}</strong></a><!-- ENDIF -->[b]<!-- IF RECENT_TOPICS_DISPLAY --><!-- INCLUDE recent_topics_body.html -->[/b]<!-- ENDIF --><!-- IF S_DISPLAY_SEARCH --> | <a href="{U_SEARCH_UNANSWERED}"><strong>{L_SEARCH_UNANSWERED}</strong></a><!-- ENDIF --><!-- IF not S_IS_BOT and S_DISPLAY_MEMBERLIST --> | <a href="{U_MEMBERLIST}"><strong>{L_MEMBERLIST}</strong></a><!-- ENDIF --> <!-- IF S_LOAD_UNREADS --> | <a href="{U_SEARCH_UNREAD}"><strong>{L_SEARCH_UNREAD}</strong></a><!-- ENDIF -->

Si lo ingreso acá:
Código: Seleccionar todo
<!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}"><strong>{L_DELETE_COOKIES}</strong></a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}"><strong>{L_THE_TEAM}</strong></a><!-- ENDIF --><!-- IF not S_IS_BOT and U_MARK_FORUMS --> | <a class="nav" href="{U_MARK_FORUMS}"><strong>{L_MARK_FORUMS_READ}</strong></a><!-- ENDIF --><!-- ENDIF -->[b]<!-- IF RECENT_TOPICS_DISPLAY --><!-- INCLUDE recent_topics_body.html -->[/b]<!-- IF S_DISPLAY_SEARCH --> | <a href="{U_SEARCH_UNANSWERED}"><strong>{L_SEARCH_UNANSWERED}</strong></a><!-- ENDIF --><!-- IF not S_IS_BOT and S_DISPLAY_MEMBERLIST --> | <a href="{U_MEMBERLIST}"><strong>{L_MEMBERLIST}</strong></a><!-- ENDIF --> <!-- IF S_LOAD_UNREADS --> | <a href="{U_SEARCH_UNREAD}"><strong>{L_SEARCH_UNREAD}</strong></a><!-- ENDIF -->
Copié todos los archivos como correspondia y me fijé principalmente en la carpeta ES y en los archivos que se copiaran en el Tema en este caso SubSilver pero mi tema es Envision
Que estoy haciendo mal?