MyBB Community Forums

Full Version: Forum page jump and thread page jump not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using latest mybb 1.8.13 (happens on default mybb theme too)

How to replicate:
Go to a thread listing (for example https://forums.pcsx2.net/Forum-General-D...rt-Windows )
and click the arrow button on the pages list. Nothing happens.
Same in a multi page thread.

After looking around I found out that our specific anchor links are missing their ID attribute, which I guess in consequence make the JS fail to select the element and show it.

MyBB:
<a href="javascript:void(0)" class="go_page" title="Jump to page" id="go_page_1" style="font-size: 12.1px !important;"><img src="https://community.mybb.com/images/arrow_down.png" alt="Jump to page"></a>

ours:
<a href="javascript:void(0)" class="go_page" title="Jump to page" style="font-size: 12.65px !important;"><img src="https://forums.pcsx2.net/images/darktheme/arrow_down.png" alt="Jump to page"></a>

I searched everywhere and did not find how that element gets it's ID, so I'm baffled as to how to fix this Toungue

Help will be appreciated Smile

For anyone having this issue, it was CloudFlare's Rocket Loader script optimization.

You can close this now Toungue