[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 • Bajar caja de emoticones
Page 1 of 1

Bajar caja de emoticones

Posted: 05 Sep 2012, 08:01
by Cruciattus
URL: www.cruciatus-hogwarts.com
Versión phpBB: 3.0.11
MODs Instalados:
[spoiler]o Advanced Show Poll Voters
o Ultimate Points
o NV Advanced Last Topic Titles
o Group Legend Positioning
o Auto Database Backup
o Categorize Announces and Stickies
o Activity Stats mod
o Anti-Spam ACP
o DiceMod v.0.7.3
o Simple Topic Description
o Parse Bbcode in custom profile fields
o MSSTI Advanced Bbcode Box 3
o First post on every page
o Change Users posts
o M-chat
o Ultimate SEO URL in Advanced mode
o Enable HTML 1.2.3
o Anti-Spam ACP 1.0.3
o Ultimate Points[/spoiler]
Plantilla(s) usada(s): Cruciatus v.2 (SUBSILVER)
Servidor: Pago
Conversión desde otro sistema de foros: No
Manera de instalacion: ??
Nivel de experiencia?: Ninguna

Me sale barra de desplazar lateral cuando entro a la bandeja de mp, escribir mensaje. Ya que he puesto uan sidebar fija. Queria saber si se puede trasladar la caja de los emoticones del lado hacia abajo o arriba de la caja de escritura, me da igual. Pero cambiarla de sitio para que no salga la barra de desplazar.
[img]http://i.imgur.com/NonWS.png[/img]
Gracias!.

Re: Bajar caja de emoticones

Posted: 05 Sep 2012, 08:57
by cisco007
prueba a ver si esto te funciona:
[openfile]abre
Code: Select all
tuestilo/template/posting_body.html
[/openfile]
[findcode]Buscar
Code: Select all
	<!-- IF S_SMILIES_ALLOWED -->
		<table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">
		<tr>
			<td class="gensmall" align="center"><b>{L_SMILIES}</b></td>
		</tr>
		<tr>
			<td align="center">
				<div style="width:100%; height:300px;border: solid 1px gray; overflow:auto;">
            <!-- BEGIN smiley -->
               <a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;" style="line-height: 20px;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /></a>
            <!-- END smiley -->
         </div>  
			</td>
		</tr>

		<!-- IF S_SHOW_SMILEY_LINK -->
			<tr>
				<td align="center"><a class="nav" href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a></td>
			</tr>
		<!-- ENDIF -->

		</table>
	<!-- ENDIF -->
y Borrar Código[/findcode]
[findcode]Buscar
Code: Select all
<!-- IF S_INLINE_ATTACHMENT_OPTIONS -->
Añadir antes
Code: Select all
	<!-- IF S_SMILIES_ALLOWED -->
		<table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">
		<tr>
			<td class="gensmall" align="center"><b>{L_SMILIES}</b></td>
		</tr>
		<tr>
			<td align="center">
				<div style="width:100%; height:300px;border: solid 1px gray; overflow:auto;">
            <!-- BEGIN smiley -->
               <a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;" style="line-height: 20px;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /></a>
            <!-- END smiley -->
         </div>  
			</td>
		</tr>

		<!-- IF S_SHOW_SMILEY_LINK -->
			<tr>
				<td align="center"><a class="nav" href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a></td>
			</tr>
		<!-- ENDIF -->

		</table>
	<!-- ENDIF -->
[/findcode]
y me dices como queda!

Re: Bajar caja de emoticones

Posted: 05 Sep 2012, 09:24
by Cruciattus
Bajarse se baja, pero sigue saliendo la barra desplazadora, y ademas se queda el hueco vacio.
[img]http://i.imgur.com/jLy3p.png[/img]

Re: Bajar caja de emoticones

Posted: 05 Sep 2012, 09:49
by cisco007
manda me los datos para ingresar y mirar porfas!