Cannot Change Pages in a Topic

DinosaurEyes

Member
 Edinburgh
Hey,

As of this morning, when clicking on the page number buttons to view the next page of replies to a topic, a div with id="darken" appears, then all the posts disappear and then nothing else appears.

Disabling JavaScript for the site via Chrome's content settings menu fixes it or viewing in Incognito Mode fixes it too.

Known issue? Is there a fix? Let me know if you need more info or want to test anything with it.
 
Pretty sure it's related to the quick reply, but I can't figure out what is causing it as it's not doing it here. I am using Chrome on the Mac.

When you click a page number it does darken, but then it is supposed to go to the next page and scroll to the top...
 
Worst case we can remove the quick reply , but it'd be better if we could get to the bottom of it if possible. Long shot but maybe clear your browser cache just to be sure there's nothing funky going on?
 
Looking at the source I'd say there's a syntax error


<div id="darken"> </div>

Looks like it should be a <div class line.

No expert - just looks different from the lines around it :)
 
Back
Top Bottom