Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.3
Component:
comment data
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2009 at 10:07 UTC
Updated:
9 Dec 2009 at 18:18 UTC
I have a block view with links to recent comments.
The link does not respect if the comment is positioned on a different page, when using a pager for comments in the node (for example show only 10 comments per page).
http://example.com/index.php?q=node/201#comment-312
Should be
http://example.com/index.php?q=node/201&page=1#comment-312
Is this a bug or a setting problem?
Comments
Comment #1
fleurink commented...
Comment #2
dawehnerthis is not the problem of views, its a know core bug
see
http://drupal.org/node/26966
not sure to which status i should move this
Comment #3
merlinofchaos commentedSince this is a bug in core, we can't really fix it in Views either.
Comment #4
grn commented@dereine: Thanks for the link :-)
Comment #5
Oleksa-1 commentedMay be problem with views too, you can find not committed patch for D5 resolving this issue by this link
http://drupal.org/node/236264