RecentActivity

From Organic Design wiki
Revision as of 18:11, 22 May 2015 by 127.0.0.1 (talk) (Change source-code blocks to standard format)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The RecentActivity extension allows the generation of lists of recently created articles or recent edits either by anyone, or by a specific user. By default it will give five results ordered by most recent first in a bullet list format. Here's some example usage:


Show the last five articles that have been edited
{{RecentActivity:type=edits}}


Show the last five articles that have been created
{{RecentActivity:type=new}}


Show the last five articles that have been created by user Foo
{{RecentActivity:type=new|user=Foo}}


Show the last ten articles that have been edited
{{RecentActivity:type=edits|count=10}}


Show the last five articles that have been edited, each preceded by two asterisks (useful for putting in treeviews)
{{RecentActivity:type=edits|format=**}}