Añadir boton arriba
Publicado: 05 Sep 2010, 18:58

Me gustaria añadir un boton que lleve al blog alado del de Buscar.
Gracias!
phpBB España Oficial, Soporte Internacional Oficial del sistema de foros phpBB en Español, extensiones, estilos, traducciones, guías, tutoriales, videos, redes sociales, webmaster.
https://www.phpbb-es.com/foro/
Código: Seleccionar todo
<li><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}"><b><img class="icon_search" src="{T_THEME_PATH}/images/trans.gif" alt="" />{L_SEARCH}</b></a></li>
<!-- ENDIF -->
Código: Seleccionar todo
<li><a href="URL A TU BLOG" title="Blog del sitio"><b><img class="icon_members" src="{T_THEME_PATH}/images/trans.gif" alt="" />Blog</b></a></li>
Ha funcionado perfecto, muchs gracias!!andredmau5 escribió:Aunque no soy bueno con los estilos, probaré ayudarte
según te entendí, deberías hacer lo siguiente
Abre:
styles/X_Silver/template/overall_header.html
Busca:Agrega despuésCódigo: Seleccionar todo
<li><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}"><b><img class="icon_search" src="{T_THEME_PATH}/images/trans.gif" alt="" />{L_SEARCH}</b></a></li> <!-- ENDIF -->
donde dice URL A TU BLOG reemplázala respectivamenteCódigo: Seleccionar todo
<li><a href="URL A TU BLOG" title="Blog del sitio"><b><img class="icon_members" src="{T_THEME_PATH}/images/trans.gif" alt="" />Blog</b></a></li>
Debería funcionar
Edito: recuerda actualizar la plantilla una vez realizada las modificaciones, y por si algo limipia también la caché