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 <[EMAIL PROTECTED]> Date: Feb 23, 2007 4:20 PM Subject: Questions on how to use the 'Author Contribution' Cookbook To: [email protected] 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. _______________________________________________ pmwiki-devel mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-devel
