You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I frequent a private (for me at least) phpbb board, where nextpage used to work
great to move to the next page. With v1.3.8, this stopped working.
I have looked into this and found that you commented out checking of 'a' tags
in line ~495 of nextpage.js - the forum does not assign the 'next' class to the
links, so detecting the following fails:
<a href="./viewtopic.php?f=5&t=xxxx&st=0&sk=t&sd=a&start=30">Next</a>
Restoring this functionality allows me to move around threads again.
When I enabled debugging, I found that nextpage.debug.show was throwing errors
- 'TypeError: can't convert Proxy to string' - wrapping the
'dirResult.push([prop, obj[prop]].join(': '));' line in a try/catch worked
around this.
Original issue reported on code.google.com by OmegaP...@gmail.com on 16 Jan 2014 at 7:36
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
OmegaP...@gmail.com
on 16 Jan 2014 at 7:36The text was updated successfully, but these errors were encountered: