MyBB Community Forums

Full Version: loading...please wait
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
a few users have mentioned that they're having the "loading....please wait" message that doesn't go away when using the mybb quick reply.

one user is on ie8 and the other is using the latest version of firefox on linux.

the forum in question is running on 1.6.8

here's a link:
http://shavenook.com/index.php
It could be related to the showthread_quickreply template, which is under the Show Thread Templates group.
It could also be the postbit template itself, which is under the Post Bit Templates group.
Are either of those (or both) templates modified?

Also That may be due to the Jquery conflict with prototype.
Please look into the code which you have recently entered.

for more details look into how to use the no conflict code in jquery
http://community.mybb.com/thread-115073-...#pid834121

This will help,

regards
Hi,
I got this as well until I disabled quick reply, the only thing is that it doesn't go away, it posts the topic still, but it will still remain.
(2012-08-19, 07:20 AM)envira Wrote: [ -> ]It could be related to the showthread_quickreply template, which is under the Show Thread Templates group.
It could also be the postbit template itself, which is under the Post Bit Templates group.
Are either of those (or both) templates modified?

Also That may be due to the Jquery conflict with prototype.
Please look into the code which you have recently entered.

for more details look into how to use the no conflict code in jquery
http://community.mybb.com/thread-115073-...#pid834121

This will help,

regards

it says the showthread_quickreply was edited, but I don't remember edited it whatsoever.

here's the contents of it:

<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: 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="trow2"><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>

and I know the postbit has been edited. here's that template:

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tbody>
		<tr>
			<td class="threadtcat">
				<div class="float_left smalltext">
					<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}
				</div>
				{$post['posturl']}
			</td>
		</tr>

		<tr>
			<td class="trow1 {$unapproved_shade}">
				<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
					<tr>
						<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
							{$post['useravatar']}
						</td>
						<td class="post_author">
							{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}<br /><br />
							<span class="smalltext">
								<span class="rankname rankname_green originalcursor">{$post['usertitle']}</span><br />
								{$post['userstars']}
								{$post['groupimage']}
							</span>
						</td>
						<td class="smalltext post_author_info" width="165">
<div align="center"><div class="postbit-box">
<strong>Posts:</strong> <a href="search.php?action=finduser&amp;uid={$post['uid']}">{$post['postnum']}</a><br />
	<strong>{$post['trader_details']}</strong><strong>{$lang->postbit_joined}</strong> {$post['userregdate']}<br />
	{$post['replink']}
<strong>Location:</strong> {$post['fid1']}
</div></div>
							
						</td>
					</tr>
				</table>
			</td>
		</tr>

		<tr>
			<td class="trow2 post_content {$unapproved_shade}">
				<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

				<div class="post_body" id="pid_{$post['pid']}">
					{$post['message']}
				</div>
				{$post['attachments']}
				{$post['signature']}

				<div class="post_meta" id="post_meta_{$post['pid']}">
				{$post['iplogged']}
				</div>
			</td>
		</tr>

		<tr>
			<td class="trow1 post_buttons {$unapproved_shade}">
				<div class="author_buttons float_left">
					{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
				</div>
				<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
				</div>
			</td>
		</tr>
	</tbody>
</table>

how do I do that jquery thing you were talking about? which file do I add it to and where?
I am having the same problem.
Edit: No worries now, I've fixed it. Problem was in the headerinclude template.
(2012-08-25, 09:55 AM)stanbasecom Wrote: [ -> ]I am having the same problem.
Edit: No worries now, I've fixed it. Problem was in the headerinclude template.

what did you have to do to fix it?