Hello!
I'm running into a strange problem where pagination is appended to the comments section at the bottom of a node, when pagination isn't required, and each page lists the same exact comments.
It seems to have stopped at 9. At that point I may have enabled anonymous users to skip comment approval, but I'm not sure about that. I also deleted all my comments (both published and unpublished) and the pagination didn't go away. It may have corresponded at one point with the number of published comments (from any node, not just the node they were attached to) but again, I can't be sure. I didn't notice til it was too late.
I've attached an image of the problem. Any ideas?
Thanks for any help/suggestions!
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | pagination_remove.diff | 927 bytes | akanchha |
| comment-pagination-problem.png | 46.42 KB | areikiera |
Comments
Comment #1
areikiera commentedJust noticed this is also happening on my taxonomy pages (the term pages that lists associated nodes), so not just a comment issue.
Any clues as to why this might be happening?
Comment #2
areikiera commentedTitle change.
Also, when more than one page of comments (or nodes on the taxonomy term page) is created, only the second page is duplicated.
No idea where to start looking for a solution. Any guidance would be greatly appreciated!
Comment #3
areikiera commentedThis is happening on at least 2 of my sites now. Would really really appreciate any suggestions on what to look for.
Comment #4
cweagansSupport requests are neither major nor critical.
Comment #5
areikiera commentedSorry about that! I was thinking it might be a bug, but so far no one else seems to be experiencing it, or posting about it here anyway. Though it's strange to me that it's occurring on more than one site for me and is a really obvious problem.
Any help at all would really be appreciated!
Comment #6
Mentor.37 commentedI have the same problem.
Any idea to fix it?
Postedit: SOLVED by me
This is a views pagination problem, you must change views paginator id.
Comment #7
adrupaler commentedI have the same problem on my taxonomy pages. the pager shows correctly but I see the same result in all pages. since I load the taxonomy pages pro grammatically I thought something is wrong with my code but the problem was still there even when I used "views' to create the taxonomy page.
any idea what's wrong with my code?
Comment #8
akanchha commentedI was facing the same problem. Hence i removed the pagination and made all the terms in one page. This is for Drupal 8.4
Attaching my patch.