[pmwiki-users] recent changes and deleted pages

Hans design5 at softflow.co.uk
Thu Apr 12 14:12:10 CDT 2007


How about giving users a different page than RecentChanges,
and use pagelist to provide a list of recent changes?

In page NewRecentChanges for instance:

(:pagelist group={$Group} name=-*RecentChanges fmt=#recentchanges order=-time count=30 :)

(:if false:)
[[#recentchanges]]
(:if equal {<$Group}:)
(:table cellspacing=4px :)
(:cell :)%thd%'''Page'''
(:cell :)%thd%'''Last Modified'''
(:cell :)%thd%'''By'''
(:cell :)%thd%'''Summary'''(:if:)
(:cellnr :)[[{=$FullName}|+]]
(:cell :){=$LastModified}
(:cell :){=$LastModifiedBy}
(:cell :){=$LastModifiedSummary}
(:if equal {>$Group}:)
(:tableend:)(:if:)
[[#recentchanges]]
(:if:)

This could be styled nicer still with added classes, and the fmt
definition could go into Site.LocalTemplates.

When I tested it {=$LastModifiedSummary} did not give any output.
Did I miss something?


  ~Hans




More information about the pmwiki-users mailing list