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

fleurink’s picture

...

dawehner’s picture

this 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

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Since this is a bug in core, we can't really fix it in Views either.

grn’s picture

@dereine: Thanks for the link :-)

Oleksa-1’s picture

May be problem with views too, you can find not committed patch for D5 resolving this issue by this link
http://drupal.org/node/236264