Last updated June 1, 2010. Created by Dries on September 11, 2004.
Edited by arianek, sillygwailo, devsuresh2005, LeeHunter. Log in to edit this page.
The Tracker core module displays a site's most recently added or updated content. The Tracker module also provides user level tracking, which allows you to follow the contributions of specific authors.
The Recent content page in Drupal 7 (or Recent posts page in Drupal 6) at http://example.com/tracker is available via a link in the default Navigation menu block when the Tracker module is enabled. Menu items can be administered on the Menus administration page at http://example.com/admin/structure/menu (Administer > Structure > Menus) in Drupal 7, and http://example.com/admin/build/menu (Administer > Site Building > Menus) in Drupal 6.
The Recent content page contains a reverse chronological list of new and recently updated content. The list displays the content type, the title, the author's username, how many comments that item has received, and when it was last updated. Updates include any changes to the text, either by the original author or someone else, as well as any new comments added to an item. A red "new" will display beside the name of each node the current user has not yet navigated to. The My recent content tab on this page limits the list to the currently logged-in user.
To use the Tracker module to see a specific user's updated content, you can click on that user's profile, then their Track tab, or enter the URL http://example.com/user/34/track, where the number is the unique Drupal user ID number.
Aside from enabling and disabling, you cannot administer this module (ie. there are no configuration options).
Comments
Number of new and updated content items?
Hi,
Is it possible to output how many new and updated items there are for the current user? I would like to show this number in the "profile" block on all pages, and make it link to the tracker list - so that the users can know that there is something to look for or not.
Or perhaps there is already a module that does something similar?
Regards,
NPC
--
Anton Maslo
TechWire
How to remove author from the block?
How can I delete the author from this view? I don't find any possibility in template.php in Drupal7. CSS visibility doesn't good because the source contains the information... any idea?