Wednesday, April 18, 2007, 9:52:45 AM, Hans wrote:

> One would need to modify the latest commentboxplus running under
> pmwiki 2.2.0 beta, a sthis uses the UpdateFunction to save the page.
> This function can be used with a custom $EditFunctions list which can
> be defined without the call to write RecentChanges.

Should be: UpdatePage function.

Another way might be to add to config.php:

if($action=='comment') {
  $RecentChangesFmt['$SiteGroup.AllRecentChanges'] = '';
  $RecentChangesFmt['$Group.RecentChanges'] = '';
}

I have not tried this though.


  ~Hans


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to