1
cadch
About Development a new module used CAPTCHA question~
  • 2010/2/21 10:36

  • cadch

  • Just popping in

  • Posts: 55

  • Since: 2007/12/17


Hello~everybody~
I Development a new module for XOOPS 2.4.4, the module Used CAPTCHA,
But it No work~
We find XOOPS/class/captcha/xoopscaptcha.php in 211~215
About "Skip CAPTCHA verification if disabled"
If we Delete code:
Quote:
if (!$this->isActive()) {
$is_valid = true;
// Skip CAPTCHA for member if set
} else


Our module's CAPTCHA, It's run correct!!
Why??
Who can tell me ,How to used CAPTCHA for my module, And Don't to change XOOPS CLASS code.
Thanks~


Very~