MyBB Community Forums

Full Version: Refresh pops up when viewing thread (guests)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have had this issue for a while, just haven't done anything about it until now.

So this happens when a guest tries to view a thread in my forum:
[Image: 8OZJ7.png]

It shows the thread, then quickly redirects to the refresh page.
Any help?


If you need me to provide anything just say so, Thank You.

( example thread: http://theforumcorner.com/Thread-Black-O...etown-2025 )
I'm guessing it's this script:

<script type="text/javascript">
		<!--
			if(use_xmlhttprequest == "1")
			{
				document.write('<br \/><br \/><input type="button" class="button" name="refresh" value="Refresh" onclick="return captcha.refresh();" \/>');
			}
		// -->
		</script>
</td>

Which appears to be triggered by a CAPTCHA - so I assume you have Guest Posting on. In which case - turn it off, and see if it stops it.
Nope, I have it disabled.
Try this - change "Enable XMLHttp request features?" to "No" in your Admin CP (Server and Optimization Options).
Thank you, that worked perfectly! + Rep