When a mention is made in a comment on a node with multiple comment pages, the "view mention" link does not work properly. This was a traditional bug in Drupal which was fixed for tracker and forum modules in the latest versions.

I suggest taking a look at the code in this modules for the "XX new comments" link, where the destination page (?page=x) is calculated.

Comments

EnekoAlonso-1’s picture

This is the function from the API that forum and tracker use:
http://api.drupal.org/api/function/comment_new_page_count/6

Mentions should do something similar, but calculating in which page is the comment with the mention instead of where the first "new" comment is.

deciphered’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Issue summary: View changes

While there is no further work planned for Drupal 6, I am moving this issue to Drupal 7 to ensure it is not an issue their.

ivnish’s picture

Priority: Critical » Normal
ivnish’s picture

Is this actually in the 7.x-1.x branch?

ivnish’s picture

Status: Active » Postponed (maintainer needs more info)
ivnish’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)