This recipe provides a way to automatically keep a list of the pages each author has edited by producing an "Author Contributions" page with a name of Profiles.<author's name>-Contrib for each author that has a page in the Profiles group.
Contributions by authors without profile pages are placed in a single Profiles.Other-Contrib page.
Description
Download 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"); }
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.