[pmwiki-users] captcha & fox problem

adam overton a at plus1plus1plus.org
Fri Mar 21 03:13:00 CDT 2008


hey there randy
thanks for the speedy response and quick fix!
just for documentation's sake, this is what worked for me and my  
situation (note the $ before 'action' for clarity's sake):


	if ($action != 'edit')) {
	   $EnablePostCaptchaRequired = true;
	}
	include_once('cookbook/captcha.php');

thanks!
adam



On 21 Mar 2008, at 12:46 AM, Randy wrote:

> Adam,
>
> Try putting this in config.php:
>
> if (($page=='MyPage1' || ($page=='MyPage2')) && action != 'edit')) {
>    $EnablePostCaptchaRequired = true;
> }
>
> Randy
>
> On Mar 21, 2008, at 2:32 AM, adam overton wrote:
>>  i don't want to enter captcha codes when i'm editing, but do
>> want it for the 2 pages with comment boxes.
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20080321/ff15e20a/attachment.html 


More information about the pmwiki-users mailing list