MyBB Community Forums

Full Version: IE 10 quick reply problem after Xthreads instalation!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have never had this problem but today I have installed xthread and I have IE 10 problem.
The gif just stays there forever and message doesn't get removed from quick reply form

Just tested deactivating xthreads removed the problem. But how to fix the problem with Xthreads?
Go to ACP>Templates & Styles>Templates>YOUR THEME>Showthread Template>Showthread_quickreply

Find and Remove:

id="quick_reply_form"
id="quick_reply_form"

Looks like a default setting and not made by Xthreads
(2013-10-04, 06:51 PM)marcus123 Wrote: [ -> ]id="quick_reply_form"

Looks like a default setting and not made by Xthreads

just try it ... I have used xthreads quite a lot ... if the template is not 100% you can get some odd results. However I do not like the IE browser, it does not adhere to standards very well and always causes you to write css rules to satisfy IE users where the page appears broken in IE. There are many documents covering bugs in IE (non compliant with standards) and supplying fixes .... without the template code to view this may be just another IE bug
How can I unlink Xthreads from quick reply form?
The loading message had nothing to do with Xthreads. The loading message is known for causing issues with or without the Xthreads plugin. The only code to call for the loading message is given to you above.
But the problem is when I use Xthreads with IE10 I have this problem but when I disable Xthreads it works OK. And yes Xthreads uses that quick reply form for noreplies function!
Removing id="quick_reply_form" should solve the problem permanently but if you want a fix with the xthreads issue only then post the contents of showthread_quickreply and headerinclude template.
(2013-10-04, 07:38 PM)marcus123 Wrote: [ -> ]But the problem is when I use Xthreads with IE10 I have this problem but when I disable Xthreads it works OK. And yes Xthreads uses that quick reply form for noreplies function!

you have a mistake with the template .... as IE is non compliant to W3C standards (see post above) If the site displays using another browser (non IE) it is down to Microshit's naff browser, however if the problem still occurs using firefox, opera or chrome please post the template contents or give a link to the problem
Header
<link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets} 
<script type="text/javascript">
<!--
	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}

reply
<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 />
					{$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 only with IE10
Pages: 1 2