[pmwiki-users] Authorcontribution

Patrick R. Michaud pmichaud at pobox.com
Tue Dec 13 09:10:32 CST 2005


On Tue, Dec 13, 2005 at 03:57:23PM +0100, Thomas Lederer wrote:
> i have a problem with Authorcontribution.
> 
> While http://www.pmwiki.org/wiki/Cookbook/Authorcontribution should 
> solve my problem exactly, i can not understand, how to use it.
> 
> I added
> 
> >include_once("$FarmD/scripts/author.php");
> >    if (PageExists($AuthorPage))
> >      $RecentChangesFmt['Contributions.$Author'] =
> >        '* [[$Group.$Name]]  . . . $CurrentTime - \'\' [=$ChangeSummary=] 
> >        \'\' ';
> 
> to my local/config.php. Now what?

Whenever an author edits a page, that page will be added to
the contributions page based on the author's name.

So, for example, if I ("Pm") edit a page, then an entry for that
page should be added to the "Contributions.Pm" page.  Note that
entries are added only for new edits -- it doesn't go back and
build pages for edits that have already been done.

If I'm not really answering your question (or solving the problem),
let me know.

Pm




More information about the pmwiki-users mailing list