From what I've found out there is a bug in the Drupal Core with the way it handles multiple paged nodes. When you got to tracker or anywhere that the "New" link pops up for a new "Replies" with nodes that have in excess of 40 comments it doesn't jump to the "new replies". I've got some Forum topics in excess of 100+. It only opens the topic and you then either have to click on "New" or "Last" to jump down to the new comments.

So since I'm using Tracker2 and not the Drupal core's Tracker, any hopes on resolving this bug?

Thanks

CommentFileSizeAuthor
#1 multiple-pages.diff656 bytesNearyan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Nearyan’s picture

Status: Active » Patch (to be ported)
FileSize
656 bytes

There is a function, comment_new_page_count, that seems to be made for exactly this problem. I've created a patch that uses this function, in the same way as drupal's original tracker does.

kbahey’s picture

Version: 6.x-1.1 » 6.x-1.x-dev
Status: Patch (to be ported) » Reviewed & tested by the community

I can verify that this simple patch works well.

Please include it in a new release. I can help with that if you want (creating a release I mean).

killes@www.drop.org’s picture

Not sure the patch makes sense: tracker2 was created to lessen database load.

As I see it, this patch would potentially add a database query per displayed node.