MyBB Community Forums

Full Version: "Loading.. Please wait" won't go away
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the quick reply section of a topic (thread), I type what I want to say but once I submit it, it's sent and I can see the quick reply submitted but it still show this loading icon even though it sent. The only way I can stop it is by refreshing. (But the quick reply is sent still though.)

http://visualizeedits.com/thread-13.html

Preview of issue:
[Image: 7706ec889e7901143c77e6fe125ed3fa.png]

Please help me figure this out!
Run your forum on W3C validator to check for errors with your theme.

http://validator.w3.org/
(2013-08-08, 11:32 PM)Arbaz Wrote: [ -> ]Run your forum on W3C validator to check for errors with your theme.

http://validator.w3.org/

I ran it on this page.
http://visualizeedits.com/thread-3.html

and found 38 errors and 4 warnings. How would I know which one is the problem?
Well, I would say that you should fix the 38 errors and 4 warnings regardless......
Okay, I don't know how to locate those errors though but I'll try.

I have looked through the codes and none of those errors have anything to do with the "Quick Reply". Any suggestions how I can fix this?

You can try it yourself, use the "Quick Reply" at the bottom of the page here.
http://visualizeedits.com/thread-1.html

Username: Test
Password: Password
Maybe that thread helphttp://community.mybb.com/thread-121148.html
(2013-08-09, 06:25 AM)New2mybb Wrote: [ -> ]Maybe that thread helphttp://community.mybb.com/thread-121148.html

If only someone could have posted a solution on that thread describing how it was resolved. Sad

showthread_quickreply
<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 />{$smilieinserter}
                    {$option_signature}
                    <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span>
                </td>
                <td class="trow1">
                    <div style="width: 95%">
                        <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>
It's posting correctly for me without hanging. Did you change the code at all?
(2013-08-09, 01:53 PM)stratbasher Wrote: [ -> ]It's posting correctly for me without hanging. Did you change the code at all?

Nope, I never messed with that template. :/
Try to change theme and use quick reply