[pmwiki-devel] Questions on how to use the 'Author Contribution' Cookbook

Danny Kimsey dekimsey at bellsouth.net
Tue Mar 20 08:29:04 CDT 2007


This is a bump of my previous quesiton, we have still been unable tot
resolve this issue and are unsure how to proceed.  Any help on
figuring out what might be going wrong would be appreciated.

---------- Forwarded message ----------
From: Danny Kimsey <dekimsey at bellsouth.net>
Date: Feb 23, 2007 4:20 PM
Subject: Questions on how to use the 'Author Contribution' Cookbook
To: pmwiki-devel at pmichaud.com


First off this is about the 'old-version' of the Author Contribution
cookbook solution, for our site we'd much prefer the Contribution
records be stored in a seperate Group as that is how we have much of
our security established.  We have implemented the suggestions as
listed, but the records are simply not made.  Performing a print_r of
the $RecentChangesFmt hash shows that it is there, and the other
recentchanges pages are being updated accordingly.  Any ideas or
suggestions to getting this to work correctly?
Much appreciated.
(Note, added postedit action as part of our trial/error.)
==
if($action == 'edit' || $action == 'comment' || $action=='postedit'){
 include_once("scripts/author.php");
 if (PageExists($AuthorPage)){
   $RecentChangesFmt['Contributions.$Author'] ='* [[$Group.$Name]]  .
. . $CurrentTime - [=$ChangeSummary=]';
 }
}
==

--Danny.



More information about the pmwiki-devel mailing list