Posted by marcus0263 on June 5, 2009 at 12:56am
| Project: | Tracker 2 |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
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
Comments
#1
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.
#2
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).