Issue #3341019 by quietone, smustgrave: Move help topics to statistics module
parent
ba4f933cb9
commit
88be8b540b
|
@ -3,9 +3,5 @@ label: 'Tracking the content of your website'
|
|||
top_level: true
|
||||
---
|
||||
<h2>{% trans %}Tracking overview{% endtrans %}</h2>
|
||||
<p>{% trans %}There are two core modules that provide tracking:{% endtrans %}</p>
|
||||
<ul>
|
||||
<li>{% trans %}The core History module tracks how recently users have viewed content items, and provides a Views field and filter that can be used to show users content that they haven't yet seen.{% endtrans %}</li>
|
||||
<li>{% trans %}The core Statistics module tracks how many times content items have been viewed, and provides a popular content block and a popularity counter for content item pages.{% endtrans %}</li>
|
||||
</ul>
|
||||
<p>{% trans %}The core History module tracks how recently users have viewed content items, and provides a Views field and filter that can be used to show users content that they haven't yet seen.{% endtrans %}</p>
|
||||
<p>{% trans %}If you have one or more tracking modules installed on your site, see the related topics listed below for specific tasks.{% endtrans %}</p>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
label: 'Tracking which content a user has visited'
|
||||
related:
|
||||
- core.tracking_content
|
||||
- statistics.tracking_popular_content
|
||||
---
|
||||
<h2>{% trans %}What content visits are tracked?{% endtrans %}</h2>
|
||||
<p>{% trans %}The core History module tracks when each logged-in user has most recently visited each content item page on the site. This allows content to be marked as <em>new</em> or <em>updated</em> for each user, meaning that it was newly created or has been updated since the last time they visited its page. These records are kept for one month, meaning that content older than one month is never marked as new or updated.{% endtrans %}</p>
|
||||
|
|
Loading…
Reference in New Issue