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
Error con quickreply.
Mana   18 Dec, 2011, 9:01 pm
#1
Hola, como están.
Recien abri un foro, y hacia las respectivas personalizaciones..
& le agregue editor al QuickReply con este Tutorial.
& se me presento un error, en el que ahora en los temas aparece la barra de desplazamiento horizontal..
La cual no deberia estar ahi.. Si gustan ver a que me refiero pueden ver cualquier tema del foro.

He aqui mi plantilla de showthread_quickreply.


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>
{$closeoption}
                 </td>
                 <td class="trow1">
                     <div style="width: 95%">
{$codebuttons}
                         <textarea style="width: 100%; padding: 4px; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>
                     </div>
                     <div class="editor_control_bar" style="width: 95%; padding: 4px; margin-top: 3px; 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>
Omar G.   18 Dec, 2011, 9:40 pm
#2
No estoy seguro por que, pero a mi siempre me pasa en newthread.php, editpost.php, y newreply.php

Si alguien nos ilumina Big Grin
Mana   18 Dec, 2011, 10:01 pm
#3
Pues por lo menos a mi solo me pasa en showthread.php, habra que ver si alguien sabe la solución Tongue
Gypaete   21 Dec, 2011, 12:26 pm
#4
Ese es mi tuto xD

No entiendo lo que te pasa, muéstrame una imagen.
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.