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


_______________________________________________
pmwiki-users mailing list
[EMAIL PROTECTED]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to