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.


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to