> >Hi Hans, >I didn't really try to integrate them, but rather included them >for use in different pages. On some pages I want people to be >able to post messages using commenboxplus. On other pages I >want them to be able to edit, but with captcha, so as to prevent bots. > >The problem seems to be that in order to get commentboxplus to >work ( http://www.vagaboo.com/index.php?n=Main.WikiSandbox ), I >have to comment-out #$EnablePostCaptchaRequired = 1; from the >captcha recipe. However, that then disables the captcha >function for editing pages >(http://www.vagaboo.com/index.php?n=Belize.WeekendFun?action=edit) > >If I don't comment out $EnablePostCaptchaRequired = 1;, then >the reverse happens-- commentboxplus does not work, but the >captcha function when editing other pages does work. > >Thanks for helping with this. > >Chris Carter, Ph.D. >Associate Professor of Geography
I'm not familiar with the captcha recipe, but can you do: if ($action=='edit') $EnablePostCaptchaRequired = 1; so it only sets the captch when editing? You may then want to enable the commentbox enter random number feature with $commentboxaccesscode = true; -- JR -- John Rankin _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
