| ruben |
|
|---|---|
|
the captcha in my contact us plugin won't work. captcha manager is installed and running
if ($usr['id'] < 1 && $cfg['plugin']['contactus']['useCaptcha'] == 'Yes'){
$t->assign(array(
"CONTACTUS_VERIFYIMG" => sed_captcha_generate(),
"CONTACTUS_VERIFYINPUT" => "<input name=\"rverify\" type=\"text\" id=\"rverify\" size=\"24\" maxlength=\"6\" class=\"text\" />",
));
$t->parse("MAIN.CAPTCHA");
}
nvm, got aother captcha to work Dieser Beitrag wurde von ruben (am 18. Januar 2013, 19:47, vor 12 Jahre) bearbeitet |