[pmwiki-users] commentbox and recent changes

Hans design5 at softflow.co.uk
Wed Apr 18 04:05:54 CDT 2007


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




More information about the pmwiki-users mailing list