MyBB Community Forums

Full Version: Quick Reply Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Alright, this seems to be a running problem. I've found quite a few threads already posted about it but most of the answers to the problems seem to be "give me a test account."

When anyone uses the quick reply button on our website, when using our modified theme, they run into the issue where the "loading" spinner never goes away. The post posts, and is there if you refresh/come back to the forum, but if you leave it sit, the spinner will just... spin forever.

I've already run it through the validator, as my co-owner/the lady who coded the website uses it for all her coding, and we have no errors that I can see.

Can someone give me an idea as to why it's doing this or how to fix it?

This is my showthread HTML.

<html>
<head>
<title>Hyleon: {$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
	{$header}
	{$pollbox}
	
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder_alt" style="clear: both; border-bottom-width: 0;">
		<tr class="colorborder_top">
			<td class="quickreply_top">
				<div style="float: right;">
					<a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}"><img src="http://img687.imageshack.us/img687/2362/j2g.png" style="margin-top:2px; margin-right:3px; opacity:0.3;" title="Subcribe to thread"></a>
				</div>
				<div>
					<strong>{$thread['threadprefix']}{$thread['subject']}</strong>
				</div>
			</td>
		</tr>
		{$classic_header}
	</table>
	<div id="posts">
		{$posts}
	</div>
<div class="minititle" style="margin-top:30px; padding-top:5px; padding-bottom:5px; padding-left:10px;">{$usersbrowsing} </div>

	<div class="float_left">
		{$multipage}
	</div>


	<br style="clear: both;" />
	{$quickreply}
	{$threadexbox}
	{$similarthreads}
	<br />
	


	<div class="float_right" style="text-align: right;">
		{$moderationoptions}
	
	</div>
	<br style="clear: both;" />

	{$footer}
</body>
</html>
have you tried doing a reset on any of the quick reply or showthread templates? It might be worth duplicating your theme, then reseting a few templates to see if there is a template bug that is causing the issue.
Did you try quick reply in default theme (if you try and same problem then dont do below steps)
These are painfull steps but maybe it works
1. Export your custom theme
2. Use fresh mybb copy and make 1test forum (install in any free host)
3. Now import your custom theme here
4. Now check quick reply (If same problem)
5. Now revert these templetes to default (In your test forum)
6. showthread_quickreply[here is my quick]
Now see i think it solve the problem
Go to ACP>Templates & Styles>Templates>YOUR THEME>Showthread templates>Showthread_quickreply

Find and Remove

id="quick_reply_form"