Página 1 de 1

Añadir boton arriba

Publicado: 05 Sep 2010, 18:58
por SikO124
Imagen

Me gustaria añadir un boton que lleve al blog alado del de Buscar.

Gracias!

Re: Añadir boton arriba  Tema Solucionado

Publicado: 05 Sep 2010, 19:40
por andredmau5
Aunque no soy bueno con los estilos, probaré ayudarte :P

según te entendí, deberías hacer lo siguiente

Abre:
styles/X_Silver/template/overall_header.html

Busca:

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 -->
Agrega después

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>
donde dice URL A TU BLOG reemplázala respectivamente
Debería funcionar :P

Edito: recuerda actualizar la plantilla una vez realizada las modificaciones, y por si algo limipia también la caché :P

Re: Añadir boton arriba

Publicado: 05 Sep 2010, 23:34
por SikO124
andredmau5 escribió:Aunque no soy bueno con los estilos, probaré ayudarte :P

según te entendí, deberías hacer lo siguiente

Abre:
styles/X_Silver/template/overall_header.html

Busca:

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 -->
Agrega después

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>
donde dice URL A TU BLOG reemplázala respectivamente
Debería funcionar :P

Edito: recuerda actualizar la plantilla una vez realizada las modificaciones, y por si algo limipia también la caché :P
Ha funcionado perfecto, muchs gracias!! :cerveza:

Añadir boton arriba

Publicado: 03 Ene 2011, 02:27
por teto86
Un tema antiguo... pero me a servido de orientacion para añadir un boton a otro estilo, gracias!!