[pmwiki-users] password required with FoxForum
Hans
design5 at softflow.co.uk
Mon Feb 11 05:26:56 CST 2008
Monday, February 11, 2008, 11:23:09 AM, malexism at free.fr wrote:
> So i add $FoxAuth in config.php, before Fox lines. I understand that it
> applies in every groups, but no problem. It works.
No, it won't apply to all groups if you use the conditional:
$group = PageVar($pagename, '$Group');
if ($group=='Forum') {
$FoxAuth = 'read';
}
sorry, there was a typo in my first reply. 'PageVar' not 'PageVarr'
~Hans
More information about the pmwiki-users
mailing list