Página 1 de 2
Agregar Más Opciones Al Simple Quick Reply
Publicado: 07 Oct 2006, 22:34
por djnewtonmix
Tengo instalado este MOD de Simple Quick Reply
http://www.phpbbhacks.com/download/5076
Está muy bien, pero me gustaria agregarle más opciones, en este momento está de ésta forma:
Pero me gustaría que esté así:
La verdad solo quiero agregarle esas opciones, y agregarsela a éste MOD, y no implementar otro MOD más complicado. Y solo si se puede, poner los Emoticones al lado Izquierdo, pero más me interesan las opciones que les acabo de mostrar.
Gracias y Saludos.
PD: Ésta página está increible, siempre están ayudando y para usuarios como yo, que quizás solo sabemos un poco de lo que es php, Nos ayudan enormemente.
Gracias Nuevamente. 
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 07 Oct 2006, 22:39
por SuperNovato
Me he perdido o no te entiendo jejejeje
Lo que dices de añadir al MOD, ¿no es lo que ya está -más o menos- en "publicar respuesta"

?
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 07 Oct 2006, 22:56
por JANU1535
Esque es una contradiccion casi...
Rapuesta rapida, significa eso, respuesta rapida...
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 07 Oct 2006, 23:07
por invi
Para hacer eso te vale más instalar el Super Quick Reply, creo que se llamaba, que viene algo más completo que el simple..
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 07 Oct 2006, 23:23
por mitch
Yo no se cómo agregar smilies, pero si agregar los botones, de hecho lo acabo de hacer en mi foro en la respuesta rápida que tengo (no porque lo desee así, sino que para mostrarlo nada más).
Concuerdo que mejor sería instalar el Super o el Advanced Quick Reply... pero si no quieres desinstalar y volver a instalar otro, tengo la alternativa de indicarte cómo agregar los botones.
No sé, tu eliges
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 08 Oct 2006, 01:04
por djnewtonmix
Eso quiero, agregar los botones
Parece que fui muy enredado al explicar 
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 08 Oct 2006, 03:02
por djnewtonmix
Bueno, acabo de cambiar al Advanced Quick Reply Hack, pero tampoco tiene los botones
Espero me digas cómo se agregan los botones amigo mith
Saludos.
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 08 Oct 2006, 03:06
por cubano
consiguete el otro MOD quick reply que biene con esas opciones incluidas.. si me encuentro el link de el MOD te lo poso por aqui..
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 08 Oct 2006, 18:37
por djnewtonmix
Veré si lo puedo implementar, eso del quick reply.
Cualquier noticia, se las comunico.
Aunque solo me gustaría agregarle los botones
Saludos.
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 08 Oct 2006, 20:20
por mitch
djnewtonmix, disculpa, ayer salí con amigos y he llegado hace poco xD
Ok, dime qúe Quick Reply estás usando actualmente (porque leo intentaste instalar otro). Eso, dime cual y de donde lo bajaste, para indicarte los cambios a hacer.
Ah y lo otro, deja en Pastebin tu posting_body.tpl para ver qué botones extras tienes.
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 08 Oct 2006, 21:30
por djnewtonmix
Gracias amigo 
Saqué lo de Simple Quick Reply y dejé el Advanced Quick Reply Hack, que lo encuentras aquí:
http://www.phpbbhacks.com/download/586
Aquí dejo el posting_body.tpl
http://pastebin.com/pastebin.php?dl=802726
Solo quiero agregar los botones a la respuesta rápida que ya tengo, y que en éstos momentos se vé así:

Y muchas gracias por la brevedad de las respuestas
Saludos.
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 08 Oct 2006, 22:24
por mitch
djnewtonmix, el código de posting_body.tpl lo he descargado y está incompleto, solo está el código javascript :/
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 09 Oct 2006, 00:15
por djnewtonmix
Parece que me equiboqué
Aquí lo dejo denuevo
http://pastebin.com/pastebin.php?dl=802834
Pero recuerda que tengo el Ptirhiik 2.1.4d y ésto separa en 2 algunos archivos, por ejemplo, el código java se encuentra en posting_bbcode.tpl que fue el primero que te mandé, y ahora te envío las tablas que se encuentran en posting_body.tpl
Gracias y Saludos Nuevamente 
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 09 Oct 2006, 01:05
por mitch
En
quick_reply.php
Buscar:
Agregar Despues:
Código: Seleccionar todo
'L_FONT_COLOR' => $lang['Font_color'],
'L_COLOR_DEFAULT' => $lang['color_default'],
'L_COLOR_DARK_RED' => $lang['color_dark_red'],
'L_COLOR_RED' => $lang['color_red'],
'L_COLOR_ORANGE' => $lang['color_orange'],
'L_COLOR_BROWN' => $lang['color_brown'],
'L_COLOR_YELLOW' => $lang['color_yellow'],
'L_COLOR_GREEN' => $lang['color_green'],
'L_COLOR_OLIVE' => $lang['color_olive'],
'L_COLOR_CYAN' => $lang['color_cyan'],
'L_COLOR_BLUE' => $lang['color_blue'],
'L_COLOR_DARK_BLUE' => $lang['color_dark_blue'],
'L_COLOR_INDIGO' => $lang['color_indigo'],
'L_COLOR_VIOLET' => $lang['color_violet'],
'L_COLOR_WHITE' => $lang['color_white'],
'L_COLOR_BLACK' => $lang['color_black'],
'L_FONT_SIZE' => $lang['Font_size'],
'L_FONT_TINY' => $lang['font_tiny'],
'L_FONT_SMALL' => $lang['font_small'],
'L_FONT_NORMAL' => $lang['font_normal'],
'L_FONT_LARGE' => $lang['font_large'],
'L_FONT_HUGE' => $lang['font_huge'],
En
templates/tuplantilla/quick_reply.tpl
Buscar:
Agregar Antes:
Este código
http://pastebin.com/802865
Buscar:
(o tambien puede ser luego de </textarea>)
Agregar Despues:
Código: Seleccionar todo
<table width="450" border="0" cellspacing="0" cellpadding="2" align="center">
<tr align="center" valign="middle">
<td><span class="genmed">
<input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6) />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(8)" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onClick="bbstyle(10)" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(12)" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onClick="bbstyle(14)" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="h" name="addbbcode22" value="Hide" style="width: 40px" onClick="bbstyle(18)" />
</span></td>
</tr>
<tr>
<td colspan="10">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed"> {L_FONT_COLOR}:
<select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;">
<option style="color:black; background-color: {T_TD_COLOR1}" value="{T_FONTCOLOR1}" class="genmed">{L_COLOR_DEFAULT}</option>
<option style="color:darkred; background-color: {T_TD_COLOR1}" value="darkred" class="genmed">{L_COLOR_DARK_RED}</option>
<option style="color:red; background-color: {T_TD_COLOR1}" value="red" class="genmed">{L_COLOR_RED}</option>
<option style="color:orange; background-color: {T_TD_COLOR1}" value="orange" class="genmed">{L_COLOR_ORANGE}</option>
<option style="color:brown; background-color: {T_TD_COLOR1}" value="brown" class="genmed">{L_COLOR_BROWN}</option>
<option style="color:yellow; background-color: {T_TD_COLOR1}" value="yellow" class="genmed">{L_COLOR_YELLOW}</option>
<option style="color:green; background-color: {T_TD_COLOR1}" value="green" class="genmed">{L_COLOR_GREEN}</option>
<option style="color:olive; background-color: {T_TD_COLOR1}" value="olive" class="genmed">{L_COLOR_OLIVE}</option>
<option style="color:cyan; background-color: {T_TD_COLOR1}" value="cyan" class="genmed">{L_COLOR_CYAN}</option>
<option style="color:blue; background-color: {T_TD_COLOR1}" value="blue" class="genmed">{L_COLOR_BLUE}</option>
<option style="color:darkblue; background-color: {T_TD_COLOR1}" value="darkblue" class="genmed">{L_COLOR_DARK_BLUE}</option>
<option style="color:indigo; background-color: {T_TD_COLOR1}" value="indigo" class="genmed">{L_COLOR_INDIGO}</option>
<option style="color:violet; background-color: {T_TD_COLOR1}" value="violet" class="genmed">{L_COLOR_VIOLET}</option>
<option style="color:white; background-color: {T_TD_COLOR1}" value="white" class="genmed">{L_COLOR_WHITE}</option>
<option style="color:black; background-color: {T_TD_COLOR1}" value="black" class="genmed">{L_COLOR_BLACK}</option>
</select>
{L_FONT_SIZE}:
<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')">
<option value="7">{L_FONT_TINY}</option>
<option value="9">{L_FONT_SMALL}</option>
<option value="12" selected>{L_FONT_NORMAL}</option>
<option value="18">{L_FONT_LARGE}</option>
<option value="24">{L_FONT_HUGE}</option>
</select>
</span></td>
</tr>
</table>
</td>
</tr>
</table>
Prueba haber que tal va esto. Subes los archivos y prueba si los botones funcionan o no. Nos vemos.
Respuesta: Agregar Más Opciones Al Simple Quick Reply
Publicado: 09 Oct 2006, 01:29
por djnewtonmix
Amigo.
Arriva dice:
En quick_reply.PHP
Buscar:
Agregar Despues:
Buscar qué cosa 