[pmwiki-users] AuthTable recipe question

marc gmane at auxbuss.com
Sat Jan 20 10:29:46 CST 2007


marc said...
 
> - The AuthTable recipe does not list pages excluded from
> searches via, say:
> 
>   $SearchPatterns['default'][] = '!^Site\\.!';
> 
> Is there a simple way to avoid this?
> 
> Also, an 'All pages' option would be useful.

Just to say that I circumvented this by creating a local customisation 
script for the page:

  Site.AllAttributes.php

    include_once("$FarmD/cookbook/fplauth.php");
    $SearchPatterns['default'] = '';

which does the trick.

-- 
Cheers,
Marc





More information about the pmwiki-users mailing list