1
TheFinni
CAPTCHA Frameworks unable to set num_chars
  • 2007/1/30 18:33

  • TheFinni

  • Just popping in

  • Posts: 75

  • Since: 2003/11/25


I don't know if I'm doing it right but I have managed to add the CAPTCHA to my form.

I am however unable to set certain configs of which the num_chars is most important to me.

It seems like "mode" and "name" are successfully set but no other values.

This is what I have so far:

include_once XOOPS_ROOT_PATH."/Frameworks/captcha/formcaptcha.php";
    
    
$rc = new XoopsFormCaptcha();
    
$reg_captcha $rc->setConfig("mode","image");
    
$reg_captcha $rc->setConfig("name","verification_code");
    
$reg_captcha $rc->setConfig("num_chars",6);
    
$reg_captcha $rc->render();
    
$reg_form->addElement($reg_captchatrue);


I would rather do it by the setConfig instead of touching the captcha config.php file (from which all settings work).

Login

Who's Online

286 user(s) are online (168 user(s) are browsing Support Forums)


Members: 0


Guests: 286


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits