Closed (won't fix)
Project:
Drupal core
Version:
x.y.z
Component:
tracker.module
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
19 Apr 2003 at 07:27 UTC
Updated:
15 Oct 2018 at 18:45 UTC
Jump to comment: Most recent
Comments
Comment #1
moshe weitzman commentedI don't understand the 2nd paragraph. How is this different from the display current tracker_page?
the idea for a new table is probably a good one. of course, it would be unnecessary if comments were stored as nodes.
Comment #2
Anonymous (not verified) commentedbasically what i would like, is something like the "active forum topics" block of the forum.module, also displaying the comments subject.
say, most recently node #456 had 3 new comments, node #956 had 2 comments, and node #123 had 1 comment. then the block would display:
this way, when you enter the site, you would see say 10 items in that block, and if you recall any of the subjects you click the one above it, then the one above that, and so after a few clicks you catch up completely.
the tracker page also displays older comments in the node that has recent activity. it's a good way for catching up if your last visit was a long time ago, but the block i'm suggesting is way faster and more usable for busy sites with frequent visitors.
i did this on my installation of drupal which is at http://www.hafif.org/drupalometre using this query instead of the forum.module's block query it's the block right under the logo:
but it is slow (5 sec), since i have around 45.000 comments, and 15.000 nodes
Comment #3
killes@www.drop.org commentedA tracker block would be quite expensive in terms of database queries. Blocks can also be generated outside the core, so I won't fix this.
Comment #4
hba commentedhafif: I just made a patch that creates the block you are look for, check here: http://drupal.org/node/19387.
I don't know if killes wants to include it any more now than earlier, though...