From 5a8b9611d4976d969136f3819ac191687e353817 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 9 Oct 2003 21:41:04 +0000 Subject: - Fixed some link titles that were no longer correct due to the menu changes. - Fixed some broken links. --- modules/statistics/statistics.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/statistics/statistics.module') diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index 082861578..3cfd1ddb4 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -133,7 +133,7 @@ function statistics_help($section = "admin/help#statistics") { switch ($section) { case 'admin/help#statistics': $output .= "

Introduction

"; - $output .= "

The statistics.module keeps track of numerous statistics for your site but be warned, statistical collection does cause a little overhead, thus everything comes disabled by default.

"; + $output .= "

The statistics module keeps track of numerous statistics for your site but be warned, statistical collection does cause a little overhead, thus everything comes disabled by default.

"; $output .= "

The module counts how many times, and from where -- using HTTP referrer -- each of your nodes is viewed. Once we have that count the module can do the following with it:"; $output .= "

"; - $output .= "

As with any new module, the statistics.module needs to be %modules before you can use it. Also refer to the %permissions, as this module supports four separate permissions.

"; - $output .= "

%referers

This admin page shows you site-wide referrer statistics. You can see 'all' statistics, 'external' statistics or 'internal' statistics. Default is 'external'.

"; + $output .= "

As with any new module, the statistics module needs to be %modules before you can use it. Also refer to the %permissions, as this module supports four separate permissions.

"; + $output .= "

%referers

This admin page shows you site-wide referrer statistics. You can see 'all' statistics, 'external' statistics or 'internal' statistics. Default is 'all'.

"; $output .= "

%access

This admin page gives you an at-a-glance look at your top nodes. It is useful for understanding what content on your Drupal site is the most popular. Also on this page are links to the referrer statistics for each listed node.

"; $output .= "

Configuring the statistics module

There are some configuration options added to the main %configuration section:

"; $output .= ""; $output .= "

The module automatically adds '# reads' to each node's link section (if enabled).

"; - $output .= "

Top stories

The statistics.module provides a function 'statistics_title_list(\$dbfield, \$dbrows)' to return an array of links to any of the following: the top viewed nodes of all time, the top viewed nodes of today, the last viewed nodes. You can pass in:

"; + $output .= "

Top stories

The statistics module provides a function 'statistics_title_list(\$dbfield, \$dbrows)' to return an array of links to any of the following: the top viewed nodes of all time, the top viewed nodes of today, the last viewed nodes. You can pass in:

"; $output .= "