
| Current Path : /var/www/html/store/web/core/modules/tracker/help_topics/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/store/web/core/modules/tracker/help_topics/tracker.tracking_changed_content.html.twig |
---
label: 'Viewing lists of recently-updated content'
related:
- core.tracking_content
- statistics.tracking_popular_content
- history.tracking_user_content
---
{% set recent_link_text %}
{% trans %}Recent content{% endtrans %}
{% endset %}
{% set recent_link = render_var(help_route_link(recent_link_text, 'tracker.page')) %}
<h2>{% trans %}What displays of recently-updated content are available?{% endtrans %}</h2>
<p>{% trans %}Assuming that you have the core Activity Tracker module installed, these pages that show recently-updated content are available:{% endtrans %}</p>
<ul>
<li>{% trans %}{{ recent_link }}: Shows the content that has been most recently added, updated, or commented on.{% endtrans %}</li>
<li>{% trans %}The <em>My recent content</em> tab on the <em>Recent content</em> page (for logged-in users) limits the list to content created or commented on by the user viewing the page.{% endtrans %}</li>
<li>{% trans %}The <em>Activity</em> tab on a user profile shows the same list for the user whose profile is being viewed.{% endtrans %}</li>
</ul>