Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
leve problema con el puglin Advanced Quick Reply Form
sergio98   25 Mar, 2010, 1:43 am
#1
-URL: http://www.popanthology.com.ar/
-Version del Foro: 1.4.11
-Actualizacion: 0

una imagen vale mas que mil palabras

[Imagen: 4260790re-cualquiera.jpg]

como veran,el "coso negro" sobrepaso el limite 1 o 2 px mas,eso mismo es lo que quiero arreglarUndecided
Octopus   25 Mar, 2010, 6:24 am
#2
es por esos nuevos botones que le agregastes al editor, creo que la solucion esta es en editar el rowspan del editor
que debe estar en Newreply_quickreply algo asi.
Cluster   25 Mar, 2010, 9:36 am
#3
solo abre tu plantilla quickreply y arregla el tamaño

:)
sergio98   25 Mar, 2010, 4:50 pm
#4
pues no veo ningin rowspan D: rows si pero eso no tiene nada que ver

Código:
<br />
<form method="post" action="newreply.php?tid={$tid}&amp;processed=1" name="quick_reply_form" id="quick_reply_form">
    <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
    <input type="hidden" name="subject" value="RE: {$thread['subject']}" />
    <input type="hidden" name="action" value="do_newreply" />
    <input type="hidden" name="posthash" value="{$posthash}" id="posthash" />
    <input type="hidden" name="quoted_ids" value="" id="quoted_ids" />
    <input type="hidden" name="lastpid" id="lastpid" value="{$last_pid}" />
    <input type="hidden" name="from_page" value="{$page}" />
    <input type="hidden" name="tid" value="{$tid}" />
    <input type="hidden" name="method" value="quickreply" />

    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
        <thead>
            <tr>
                <td class="thead" colspan="2">
                    <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.gif" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></div>
                    <div><strong>{$lang->quick_reply}</strong></div>
                </td>
            </tr>
        </thead>
        <tbody style="{$collapsed['quickreply_e']}" id="quickreply_e">
            <tr>
                <td class="trow1" valign="top" width="22%">
                    <strong>{$lang->message}</strong><br />
                    <span class="smalltext">{$lang->message_note}<br /><br />
                    <label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->signature}</strong></label><br />
                    <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span><br />{$clickablesmilies}
                </td>
                <td class="trow1">
                    <div style="width: 95%">
                        <textarea style="width: 100%; padding: 4px; margin: 0;" rows="18" cols="80" name="message" id="message" tabindex="1"></textarea>
{$codebuttons}
                    </div>
                    <div class="editor_control_bar" style="width: 95%; padding: 4px; margin-top: 1px; display: none;" id="quickreply_multiquote">
                        <span class="smalltext">
                            {$lang->quickreply_multiquote_selected} <a href="./newreply.php?tid={$tid}&amp;load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}</a>.
                        </span>
                    </div>
                </td>
            </tr>
            {$captcha}
            <tr>
                <td colspan="2" align="center" class="tfoot"><input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" id="quick_reply_submit" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></td>
            </tr>
        </tbody>
    </table>
</form>
Cluster   25 Mar, 2010, 5:49 pm
#5
<textarea style="width: 100%; padding: 4px; margin: 0;" rows="18" cols="80" name="message" id="message" tabindex="1"></textarea>

solo quitale rows

:)
sergio98   25 Mar, 2010, 7:07 pm
#6
si lo quito quedaria asi

[Imagen: 2d26rfk.jpg]

y si lo pongo en por ejemplo 10px quedaria igual pero mas chico
Himura   26 Mar, 2010, 3:49 pm
#7
no es que lo quites sino que le quites (que le pongas menos ejemplo 16)
sergio98   26 Mar, 2010, 10:24 pm
#8
no se me arregla modificando el rows,aun que le ponga mas o menos sigue teniendo ese problema
Juan228   12 Apr, 2010, 6:59 pm
#9
yo tengo ese problema, pero me preocupa ma que si se fijan se te expande el sitio para el costado (mirad la barra horizontal)

Alguien sabe por que es?

Saludos!
Octopus   13 Apr, 2010, 8:33 am
#10
la barra horizontal, en la plantilla del quickreply, solo debes cambiar lo que acontinuacion te mostrare.

<textarea style="width: 100%; padding: 4px; margin: 0;" rows="18" cols="80" name="message" id="message" tabindex="1"></textarea>
{$codebuttons}

ese width: 100%, solo debes modificarlo a pixels, ejemplo width:300px
creo que esa seria la solucion para tu problema.
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.