[pmwiki-users] exclude some pages from RecentChanges
Hans
design at softflow.co.uk
Mon Jan 30 08:11:43 CST 2006
Monday, January 30, 2006, 12:55:10 PM, blues wrote:
> is it possible to exclude some pages from
> being logged in the RecentChanges and
> AllRecentChanges pages?
> i searched through the pmwiki.org but i
> couldn't find anything...
I don't know, but you could set up a new page, call it 'RecentChanges'
or something convenient, and use pagelist to generate the list of
recent pages, excluding the ones you don't wish to see, and formatting
it in a way you like.
(:pagelist trail=RecentChanges list=custom fmt=#recentchanges :)
add your exclusions to $SearchPattern['custom']
and define the format in Site.PageListTemplates, for instance
fmt=#recentchanges
A simple recent changes list of page names.
[[#recentchanges]]
* [[{=$FullName}]] ... {=$Lastmodified} by {=$LastModifiedBy}
[[#recentchangesend]]
i don't know how to include the $ChangeSummery.
Maybe it can be defined as a page variable??
Best,
~Hans
More information about the pmwiki-users
mailing list