summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-12-16 21:42:30 +0000
committerDries Buytaert <dries@buytaert.net>2004-12-16 21:42:30 +0000
commit22869afd381c8c49d421aed9c86988b119dfae03 (patch)
treec65147a31de7c6942ebd64d86a911afb7b690ff2
parent2b17b3a96693d74d81f212b330a5ea89c6db0c26 (diff)
downloadbrdo-22869afd381c8c49d421aed9c86988b119dfae03.tar.gz
brdo-22869afd381c8c49d421aed9c86988b119dfae03.tar.bz2
- Patch #14262 by Richard: help text improvements for the tracker module.
-rw-r--r--modules/tracker.module6
-rw-r--r--modules/tracker/tracker.module6
2 files changed, 10 insertions, 2 deletions
diff --git a/modules/tracker.module b/modules/tracker.module
index 1c00c565e..51f4f3dba 100644
--- a/modules/tracker.module
+++ b/modules/tracker.module
@@ -12,7 +12,11 @@
function tracker_help($section) {
switch ($section) {
case 'admin/help#tracker':
- return t('<p>The tracker module is a handy module for displaying the most recent posts. By following the <em>recent posts</em> link in the user block, a user may quickly review all recent postings.</p>');
+ return t('<p>The tracker module is a handy module for displaying the most recently added or updated content to a Drupal site. The link to the tracker is labeled <em>recent posts</em> in the user\'s navigation block. Updates include changes to the text by either the original author or someone else that has permission to edit the content, such as an editor or administrator as well as all comments added to an item.</p>
+<p>The Tracker module presents a page listing the recently-updated contentwritten by the user with the content type, the title, the user\'s name, how many comments that item has received, as well as how long ago it was updated. If an item was written by someone else, tracker will show that item at the top of the list. An example:</p>
+<p>A user named Jessica writes a blog post, then some time passes, and others write blog posts. Then if John posts a comment to Jessica\'s post, and you have bookmarked John\'s tracker page (see below on how to do this) then Jessica\'s content will appear at the top.</p>
+<p>If an user with <i>administer comments</i> (e.g. an administrator or editor of a site) deletes a comment (e.g. it is off-topic, inappropriate language, or unsolicited advertisement), the content item will drop down to when it was updated previous to that deleted comment.</p>
+<p>To use the Tracker module to "watch" for a user\'s updated content, click on that user\'s profile, then the "track" tab.</p>');
case 'admin/modules#description':
return t('Enables tracking of recent posts for users.');
}
diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module
index 1c00c565e..51f4f3dba 100644
--- a/modules/tracker/tracker.module
+++ b/modules/tracker/tracker.module
@@ -12,7 +12,11 @@
function tracker_help($section) {
switch ($section) {
case 'admin/help#tracker':
- return t('<p>The tracker module is a handy module for displaying the most recent posts. By following the <em>recent posts</em> link in the user block, a user may quickly review all recent postings.</p>');
+ return t('<p>The tracker module is a handy module for displaying the most recently added or updated content to a Drupal site. The link to the tracker is labeled <em>recent posts</em> in the user\'s navigation block. Updates include changes to the text by either the original author or someone else that has permission to edit the content, such as an editor or administrator as well as all comments added to an item.</p>
+<p>The Tracker module presents a page listing the recently-updated contentwritten by the user with the content type, the title, the user\'s name, how many comments that item has received, as well as how long ago it was updated. If an item was written by someone else, tracker will show that item at the top of the list. An example:</p>
+<p>A user named Jessica writes a blog post, then some time passes, and others write blog posts. Then if John posts a comment to Jessica\'s post, and you have bookmarked John\'s tracker page (see below on how to do this) then Jessica\'s content will appear at the top.</p>
+<p>If an user with <i>administer comments</i> (e.g. an administrator or editor of a site) deletes a comment (e.g. it is off-topic, inappropriate language, or unsolicited advertisement), the content item will drop down to when it was updated previous to that deleted comment.</p>
+<p>To use the Tracker module to "watch" for a user\'s updated content, click on that user\'s profile, then the "track" tab.</p>');
case 'admin/modules#description':
return t('Enables tracking of recent posts for users.');
}