[pmwiki-users] Fox authorization to post when user only has read access

Hans design5 at softflow.co.uk
Mon Jan 14 09:20:43 CST 2008


Monday, January 14, 2008, 2:55:55 PM, Randy wrote:

> Your approach is also an easier way to customize by page even if it
> weren't necessary - now I have just one file to update.

I use it quite a bit. and for group customizations one can use in
config.php:

$group = PageVar($pagename, '$Group');
if ($group=='GroupName') {
   ....
}


  ~Hans




More information about the pmwiki-users mailing list