Group Member Pagination (AJAX broken in IE8/links broken without AJAX)
-
I’m running WP4.1 and BP2.1.1 and am having an issue with group pagination.
Everything works fine in Chrome, but in IE8 (which I, irritatingly, have to support) clicking on another page of members results in “This group has no members”.
I assume this is an AJAX problem, but switching to no AJAX won’t work either. /group/members page pagination links work fine, but only shows some page numbers (expected): 1 2 … 6 ->. To see the other page numbers you have to move to one of the other pages, but once on the other pages all of the links point to the current page.
So on the homepage you have:
1 – no link
2 – /group/members/?mlpage=2
…
6 – /group/members/?mlpage=6
-> – /group/members/?mlpage=2But if I go to page 6, for instance, I get:
<- – /group/members/?mlpage=6
1 – /group/members/?mlpage=6
…
5 – /group/members/?mlpage=6
6 – no linkI think this issue has been raised by a couple of other people with no answer and wasn’t sure if it was exactly the same, so sorry if I should have added this to one of their tickets.
If there’s no easy/obvious solution I don’t mind trying to debug it, but would appreciate if someone could direct me where to start.
- The topic ‘Group Member Pagination (AJAX broken in IE8/links broken without AJAX)’ is closed to new replies.