|
Cookbook /
Author ContributionSummary: Automatically Produce an "Author Contributions" page for each author.
Version: 2007-09-16
Prerequisites: PmWiki 2.0.x or newer
Status: Stable
Maintainer: Hagan Fox
Discussion: AuthorContribution-Talk
Categories: Editing
DescriptionThis recipe automatically keeps a list of the pages each author has edited. The "Author Contributions" page is kept in Profiles.<author's name>-Contrib. Contributions by authors without profile pages are placed in a single Profiles.Other-Contrib page. For example if Bob's profile page is Profiles.Bob, the a Profiles.Bob-Contrib RecentChanges-type page will be kept that lists the pages Bob has edited. InstallationDownload authorcontrib.phpΔ and place it to your cookbook/ directory, then insert the following line in your local/config.php file:
if ($action == 'edit' || $action == 'comment') {
include_once("$FarmD/cookbook/authorcontrib.php"); }
You can use the " NotesIf want to enable Release Notes
See Also
Contributors
CommentsSee discussion at AuthorContribution-Talk User notes +3: If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |