[pmwiki-users] fox delete page action

a at plus1plus1plus.org a at plus1plus1plus.org
Thu Apr 24 21:45:18 CDT 2008


hi
i'm having trouble getting a 'delete page' action to work (as  
described on http://www.pmwiki.org/wiki/Cookbook/FoxPageManagement).

i created a page on my main site (let's called it GroupOne/Blah), and  
as a test i am trying to delete it with the page action provided in  
the fox documentation under "One click page delete action link" - the  
only difference is i changed the permissions to 'admin':

if (CondAuth($pagename,'admin')) {
    $EnableFoxUrlInput = 'true';
    $FoxPagePermissions['*.*'] = 'all';
}

and in SiteAdmin.FoxConfig, i have:
*.*: add,delete
GroupOne.*: add,delete
(if this is even necessary??)

when i click the delete link, i'm redirected to the main group page,  
GroupOne/Index (as expected), however, if i now go and type in  
GroupOne/Blah, it comes up just as bright and alive as it was before,  
as it wasn't deleted. (this happens if i change the auth to plain  
'edit' as well.)

any idea what i'm doing wrong?

i have the following fox files installed:
foxnotify, foxdelete, fox

thanks,
adam




More information about the pmwiki-users mailing list