Reviewed & tested by the community
Project:
Tracker 2
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2009 at 00:56 UTC
Updated:
29 Sep 2012 at 17:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
Nearyan commentedThere 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.
Comment #2
kbahey commentedI 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).
Comment #3
killes@www.drop.org commentedNot 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.