Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
statistics_counter
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
statistics_counter
Commits
386e4eff
Commit
386e4eff
authored
1 year ago
by
Gisle Hannemyr
Committed by
Gisle Hannemyr
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3356902
by gisle: Changed README.txt to README.md
parent
ca58c686
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+36
-0
36 additions, 0 deletions
README.md
README.txt
+0
-40
0 additions, 40 deletions
README.txt
with
36 additions
and
40 deletions
README.md
0 → 100644
+
36
−
0
View file @
386e4eff
# Statistics Counter
This is a tiny module that basically Drupal's core statistics module
by adding node counts for week, month and year. It also integrates
with
**Views**
and you can use it to select, filter, order the content
as well.
## Integration
This module plays well and has been tested with
**Views**
. You can use
these fields in Content statistics group
-
Views this week
-
Views this month
-
Views this year
You can also use those fields to order and filter content.
## Requirements
-
**Statistics**
(Drupal Core)
## Recommended modules
-
**Views**
-
**Statistics Filter**
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
## Configuration
You need to set up cron in order to reset the counters.
This diff is collapsed.
Click to expand it.
README.txt
deleted
100644 → 0
+
0
−
40
View file @
ca58c686
This is a tiny module that basically extends Drupal's core statistics module by
adding node counts for week, month and year. It also integrates with Views and
you can use it to select, filter, order the content as well.
--------------------------------------------------------------------------------
Integration
--------------------------------------------------------------------------------
This module plays well and has been tested with Views. You can use these fields
in Content statistics group
- Views this week
- Views this month
- Views this year
You can also use those fields to order and filter content.
If you want to filter the hits from particular user roles or from crawlers, you
need the module Statistics Filter.
--------------------------------------------------------------------------------
Dependencies
--------------------------------------------------------------------------------
- Statistics (Drupal Core)
- Views 3.x (optional)
--------------------------------------------------------------------------------
Installation
--------------------------------------------------------------------------------
Download the module and simply copy it into your contributed modules folder:
[for example, your_drupal_path/sites/all/modules] and enable it from the
modules administration/management page.
More information at: Installing contributed modules (Drupal 7).
--------------------------------------------------------------------------------
Configuration
--------------------------------------------------------------------------------
You need to set up cron in order to reset the counters.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment