Difference between revisions of "RecentActivity"

From Organic Design wiki
(intro)
(No difference)

Revision as of 07:58, 13 March 2009

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=**}}