[pmwiki-users] Fox Contacts Edit

Vince Admin Account vadmin at math.uconn.edu
Tue Mar 16 14:03:29 CDT 2010


On Mar 16, 2010, at 2:37 PM, Hans wrote:

> Tuesday, March 16, 2010, 6:02:26 PM, Vince Admin Account wrote:
> 
>> I do have the line:
>> $FoxPagePermissions['Contacts.*'] = 'all';
> 
> you probably also want $FoxAuth = 'read';
> so users who have read permission but not edit permission can post.
> 
> 
>  ~Hans
> 
Hans, 
I did have edit permission, but I tried it anyway, and put it in config.php, before loading fox.  The HelpDesk and Profiles group worked fine before adding the *.*, but they do not use foxedit.  I also tried including foxedit before fox, and commenting out foxsetpwedit, to no avail.

Is there a debug switch I can turn on somewhere?

Here is a section from my config.php
$FoxAuth = 'read';
$FoxPagePermissions['HelpDesk.*'] = 'all';
$FoxPagePermissions['Profiles.*'] = 'all';
$FoxPagePermissions['Contacts.*'] = 'all';
$FoxPagePermissions['*.*'] = 'all';
include_once("$FarmD/cookbook/foxsetpwedit.php");
include_once("$FarmD/cookbook/fox/foxedit.php");
include_once("$FarmD/cookbook/fox/fox.php");
include_once("$FarmD/cookbook/fox/foxdelete.php");

        Vince




More information about the pmwiki-users mailing list