[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
[Solucionado]Poner emoticones en una pestaña - Page 2 - phpBBMexico
Dudas sobre estilos, edición de HTML, edición de CSS para mejorar tu foro phpBB3

Moderators: Carlos, Soporte en MODs, Soporte en phpBB, Soporte en Estilos

Forum rules: Si vas a pedir ayuda o soporte favor de rellenar los Datos de Soporte,
Si no asi no le podemos ayudar!
User avatar
By cisco007
#402
pit-PL wrote:En posting_body.html
busca, tal vez no lo encuentres pero busca algo similar:
Code: Select all
<tr>
	<td class="row1" width="22%"><b class="genmed">{L_SUBJECT}:</b></td>
	<td class="row2" width="78%"><input class="post" style="width:450px" type="text" name="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->60<!-- ELSE -->64<!-- ENDIF -->" tabindex="2" value="{SUBJECT}" /></td>
</tr>
agrega despues
Code: Select all
<tr>
	<td class="row1" width="22%"><b class="genmed">{L_MESSAGE_BODY}:</b></td>
	<td class="row2" width="78%"><span class="genmed">{L_MESSAGE_BODY_EXPLAIN}</span></td>
</tr>
encuentra y elimina
Code: Select all
	<td class="row1" valign="top"><b class="genmed">{L_MESSAGE_BODY}:</b><br /><span class="gensmall">{L_MESSAGE_BODY_EXPLAIN}&nbsp;</span><br /><br />
	<!-- 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">
				<!-- 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 -->
			</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 -->
	</td>
encuentra
Code: Select all
	<td class="row2" valign="top">
		<script type="text/javascript">
		// <![CDATA[
			var form_name = 'postform';
			var text_name = 'message';
		// ]]>
		</script>
reemplaza con
Code: Select all
	<td class="row2" valign="top" colspan="2">
		<script type="text/javascript">
		// <![CDATA[
			var form_name = 'postform';
			var text_name = 'message';
			function resettoggle() 
			{
				var e = document.getElementById('popup-smilies');
				e.style.display = 'none';
			}
			function toggle_visibility(id)
			{
				var e = document.getElementById(id);
				if(e.style.display == 'none')
					e.style.display = 'block';
				else
					e.style.display = 'none';
			}
		// ]]>
		</script>
busca [c]<!-- INCLUDE posting_buttons.html -->[/c]
agrega despues
Code: Select all
		<!-- IF S_SMILIES_ALLOWED -->
			<tr id="popup-smilies" align="center" style="display: none;">
				<td>
					<!-- 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 -->
					<!-- IF S_SHOW_SMILEY_LINK -->
						<br /><a class="nav" href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a>
					<!-- ENDIF -->	
				</td>
			</tr>
		<!-- ENDIF -->
User avatar
By Carlos
#404
Refrescaste el template del estilo?

limpiaste el cache?
User avatar
By cisco007
#405
yo te traduci las ediciones de la primera parte! lo de el archivo de el posting_body.html, todavía te faltaba hacer las de el archivo de posting_buttons.html, por si no las has hecho todavía.
pero ya hice una prueba de eso y no es justo lo que pedías, tal vez si sea, lo único que hace es que la lista de emoticones se abra al pulsar el botón!
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[…]