Thursday, July 10, 2008, 9:43:25 AM, adam overton wrote: > ... i find it interesting that the page deletion stuff from > FoxPageManagement work pretty well - i presume because the user is > adding the term "delete", which indirectly results in a pmwiki > deletion chainreaction...
don't know about 'pmwiki deletion chainreaction' - what is that? $FoxPagePermissions can/need to be set for the various foxactions: add, delete, replace, mail, display. 'all' means all of them, 'none' none of them. 'replace' permission also means permission to delete the actual page! ( foxaction=replace put=overwrite and a template with the page delete word). Note that $FoxPagePermissions is an array, and the keys are the patterns for pages, like ['*.*'] all pages in all groups. So if you use several, make sure they don't cancel each other; a later one with same key pattern is replacing an earlier one. ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
