I am using the comments_recent block in my D6 website and found what looks like a bug in the output of the view.

I setup the forum content type to display 25 comments per page, which usually is more than enough for my website. But recently one forum post received a lot of attention - and comments - from the users, and this triggered the bug.
When the 26th (and later) comment was posted, the link that comments_recent view creates on the comment title points to
http://example.com/forum/popular-post#comment-nnn
while the current link should be
http://example.com/forum/popular-post?page=1#comment-nnn
I'm assuming here that comment-nnn will appear on page 1, the second page shown by the pagination system. The page number would change not only if I change my setup above (25 posts per each forum page) but also according to users preferences, as I expose the "Comment controls" to the user.

Sorry if this is a known bug, but I wasn't able to find it in the issue queue.

Massimo

Comments

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)