[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 • Cambiar el icono predeterminado del tema
Page 1 of 1

Cambiar el icono predeterminado del tema

Posted: 24 Sep 2012, 02:48
by Carlos
[openfile]Abrir: styles/prosilver/template/posting_editor.html [/openfile]
[findcode]Buscar:
Code: Select all
    <label for="icon"><input type="radio" name="icon" id="icon" value="0" checked="checked" />
Lo reemplazamos por esto:
Code: Select all
    <label for="icon"><input type="radio" name="icon" id="icon" <!-- IF not S_PRIVMSGS and S_NEW_MESSAGE -->value="1"<!-- ELSE -->value="0"<!-- ENDIF --> checked="checked" />
[/findcode]

Refrescamos el template y como resultado seria:
[hsimg2]http://phpbbandbbcodes.com/download/file.php?id=547[/hsimg2]

PD: Cambie el value="1" a otro icono ID # para hacer que convertirse en un icono por defecto. :acute:

Saludos, Equipo de phpBBMexico!