[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
phpBBMexico • Agregar imagen como separador de la firma
Page 1 of 1

Agregar imagen como separador de la firma

Posted: 24 Sep 2012, 10:05
by Carlos
aqui un snippet que iso cisco007!

[openfile]Abrir: prosilver/template/viewtopic_body.html[/openfile]
[findcode]Buscar:
Code: Select all
    <div id="sig{postrow.POST_ID}" class="signature">
Reemplazar por:
Code: Select all
    <div id="sig{postrow.POST_ID}" ><div style="text-align: center;"><img src="URL DE TU IMAGEN AQUI" style="width: 400px;" alt="" /></div><br />
[/findcode]

para subsilver2 hay que hacer esto:

[openfile]Abrir: viewtopic_body.html[/openfile]
[findcode]Busca:
Code: Select all
    <span class="postbody"><br />_________________<br />
Reemplazar por:
Code: Select all
    <span class="postbody"><div style="text-align: center;"><img src="URL DE TU IMAGEN AQUI" style="width: 400px;" alt="" /></div><br />
[/findcode]

solo refrescan el template y ya!, recordad que hay que editar la parte URL DE TU IMAGEN AQUI para que funcione correctamente, si desean ajustar el tamaño pueden mover lo siguiente:
400
Saludos, Equipo de phpBBMexico!

Re: Agregar imagen como separador de la firma

Posted: 24 Sep 2012, 10:07
by cisco007
gracias por poner lo, arregle el post, para que fuera mas valido xhtml, ese snippet lo hice antes que supiera yo de eso! 8-)

Re: Agregar imagen como separador de la firma

Posted: 24 Sep 2012, 11:11
by Carlos
:D muy bien, seguiremos sacando mas snippets de phpbbandcodes hahahahah