Tuesday, April 1, 2008, 5:47:38 AM, Anton Shevtsov wrote: > I need to output n pages created/edited by the author with name ABC. > In order to place a links (RecentChanges) to all documents by the author in > user profile.
You could try the TextExtract recipe http://www.pmwiki.org/wiki/Cookbook/TextExtract with it installed you can extract the lines from Site.AllRecentChanges containing the author profile link like {(extract '[[~ABC]]' Site.AllRecentChanges)} note that this does not give you a pure pagelist, but lines of text, an author specific AllRecentChanges ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
