Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..

Gracias.

La Administración de phpBB España.

Cambiar la apariencia del píe de página en prosilverTema Solucionado

Dudas sobre estilos phpBB 3.0.x
Colaboraciones gráficas paquetes de rangos aquí y botones aquí.
Cerrado
Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10374
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 49

Cambiar la apariencia del píe de página en prosilver  Tema Solucionado

#1

Mensaje por ThE KuKa »

Como cambiar la apariencia del píe de página en prosilver.

Articulo ID: 895
Escrito por: _Vinny_
Escrito el: 22 Feb 2011, 22:06
Traducción: ThE KuKa (Raul) - http://www.phpbb-es.com
Descripción: Este artículo cambiara el aspecto del footer (pié de página) de su foro phpBB con estilo prosilver.

Enlace original al Articulo: Knowledge Base - Prosilver: Changing the appearance of the footer

Abrir el archivo styles/prosilver/templates/index_body.html

BUSCAR:

Código: Seleccionar todo

<!-- IF S_DISPLAY_ONLINE_LIST -->
   <!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
   <p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
   <!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>
<!-- ENDIF -->

<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
   <h3>{L_BIRTHDAYS}</h3>
   <p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
<!-- ENDIF -->

<!-- IF NEWEST_USER -->
   <h3>{L_STATISTICS}</h3>
   <p>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS} &bull; {NEWEST_USER}</p>
<!-- ENDIF -->
REEMPLAZAR POR:

Código: Seleccionar todo

<br />
    <!-- IF NEWEST_USER -->
       <div class="forabg">
          <div class="inner"><span class="corners-top"><span></span></span>
             <ul class="topiclist">
                <li class="header">
                   <dl class="icon">
                      <dt><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></dt>
                  </dl>
               </li>
            </ul>
            <ul class="topiclist forums">
                <li class="row">
                   <dl class="icon" style="background-image: url({T_THEME_PATH}/images/user.png); background-repeat: no-repeat;">
                      <dt title="{L_WHO_IS_ONLINE}" style="width: auto;">
                         <span>{TOTAL_USERS_ONLINE}
                            <br />{RECORD_USERS}
                           <br />
                           <strong>{LOGGED_IN_USER_LIST}</strong><br/>
                           <!-- IF LEGEND --><br /><strong>{L_LEGEND}:</strong> {LEGEND}<!-- ENDIF -->
                        </span>
                     </dt>
                  </dl>
               </li>
            </ul>
         <span class="corners-bottom"><span></span></span></div>
      </div>
    <!-- ENDIF -->

    <!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
        <div class="forabg">
          <div class="inner"><span class="corners-top"><span></span></span>
             <ul class="topiclist">
                <li class="header">
                   <dl class="icon">
                    <dt>{L_BIRTHDAYS}</a></dt>
               </dl>
            </li>
         </ul>
         <ul class="topiclist forums">
             <li class="row">
                <dl title="{L_CONGRATULATIONS}" class="icon" style="background-image: url({T_THEME_PATH}/images/calendar.png); background-repeat: no-repeat; width: auto;">
                   <dt style="width: auto;">
                      <span class="forumtitle">
                         <!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF -->
                     </span>
                  </dt>
               </dl>
            </li>
         </ul>
      <span class="corners-bottom"><span></span></span></div>
    </div>
    <!-- ENDIF -->

    <!-- IF NEWEST_USER -->
       <div class="forabg">
             <div class="inner"><span class="corners-top"><span></span></span>
                <ul class="topiclist">
                    <li class="header">
                        <dl class="icon">
                        <dt>{L_STATISTICS}</dt>
                   </dl>
                </li>
             </ul>
            <ul class="topiclist forums">
                <li class="row">
                   <dl class="icon" style="background-image: url({T_THEME_PATH}/images/stats.png); background-repeat: no-repeat; width: auto;">
                            <dt title="{L_STATISTICS}" style="width: auto;">
                         <span class="forumtitle">
                            <strong>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS}
                               <br />{NEWEST_USER}</strong>
                        </span>
                     </dt>
                  </dl>
               </li>
            </ul>
         <span class="corners-bottom"><span></span></span></div>
      </div>
    <!-- ENDIF -->

   <br />
Guardar las imagenes que adjunto mas abajo (con los nombres exactos que indico) y subirlas en esta ubicación: styles/prosilver/theme/images/*.*

Imágenes a guardar:
Guardar como calendar.png
Guardar como calendar.png
calendar.png (1.6 KiB) Visto 3493 veces
Guardar como stats.png
Guardar como stats.png
stats.png (1.02 KiB) Visto 3493 veces
Guardar como user.png
Guardar como user.png
user.png (2.8 KiB) Visto 3493 veces
Ahora ve al ACP y actualiza cache de plantillas.

Créditos de los iconos

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



Cerrado

Volver a “Soporte para Estilos phpBB 3.0.x”