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

Randy randy at brownragfilms.com
Mon Jan 14 08:55:55 CST 2008


Hans,

Thanks - that worked.

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.

Randy

On Jan 14, 2008, at 8:19 AM, Hans wrote:
>
> Try this instead in config.php, before fox.php is included, as a page
> specific customisation:
>
> $page = PageVar($pagename, '$FullName');
> if ($page=='MyGroup.MyPage')
>    $FoxAuth = 'read';
>
> and replace MyGroup.MyPage with the specific full page name.
>
>
>
>  ~Hans
>




More information about the pmwiki-users mailing list