[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 194: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 199: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 267: Trying to access array offset on value of type bool
Avatar por defecto - phpBBMexico
Ese foro es para snippets, pequeños mods, no suficiente grandes para ser Mods

Moderators: Carlos, Soporte en MODs, Soporte en phpBB

No votes
0%
User avatar
By Carlos
#11
Para poner un avatar por defecto (a los usuarios que no eligieron o subieron uno) solo hay que editar una linea.

Plantilla Prosilver (o basados en Prosilver)

Abrir el archivo prosilver/template/viewtopic_body.html

BUSCAR:
Code: Select all
<!-- IF postrow.POSTER_AVATAR -->
                   <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{postrow.POSTER_AVATAR}</a><!-- ELSE -->{postrow.POSTER_AVATAR}<!-- ENDIF --><br />
                <!-- ENDIF -->
REEMPLAZAR POR:
Code: Select all
<!-- IF postrow.POSTER_AVATAR -->
               <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{postrow.POSTER_AVATAR}</a><!-- ELSE -->{postrow.POSTER_AVATAR}<!-- ENDIF --><!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" width="90" height="90" alt="" />
                             <!-- ENDIF --><br />
Plantilla subSilver2 (o basados en subSilver2)

Abrir el archivo subsilver2/template/viewtopic_body.html

BUSCAR:
Code: Select all
<!-- IF postrow.POSTER_AVATAR -->
            <tr>
               <td>{postrow.POSTER_AVATAR}</td>
            </tr>
         <!-- ENDIF -->
REEMPLAZAR POR:
Code: Select all
<!-- IF postrow.POSTER_AVATAR -->
            <tr>
               <td>{postrow.POSTER_AVATAR}</td>
            </tr>
<!-- ELSE -->
<tr>
               <td><img src="{T_THEME_PATH}/images/no_avatar.gif" width="90" height="90" alt="" /></td>
            </tr>
<!-- ENDIF -->
Recordar limpiar el cache de ambas plantillas tras subir los archivos.
También subir una imagen llamada no_avatar.gif de 90x90 px. a la carpeta /foro/styles/tu_plantilla/theme/images/
Duda sobre BBcode

ya preguntaste ahi? [ Post made via Sony Xperi[…]

[DUDA] Imagen en Foros

Hola, Puse imágenes propias como íc[…]

Hola! queria saber si existe un mod que te muestre[…]

Hola, me gustaria saber si es posible modificar al[…]