2013-08-13, 01:36 AM
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.
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&tid={$tid}&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>