Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
On jobber.ro, I use www.recaptcha.net, which is fairly easy to implement…
how do you add the PHP scripting for recaptcha into the .tpl file??
nevermind! <blush>hehe</blush>
realized that <?php and ?> is replaced with {php} and {/php}
genius! :)
cant seem to get the captcha to work.. :(
it displays but doesn’t verify…
http://www.jobberbase.com/blog/01-23-2008/how-to-implement-recaptcha/
:)
You place that line right on the start of page-write.php, first line after “<?php”
In my example, CAPTCHA_PUBLIC_KEY is a previously defined constant (in config.php). Basically, that translates into:
$smarty->assign(‘the_captcha’, recaptcha_get_html(‘ASDF234F234FAH98U3453034FSASDF’));
So recaptcha_get_html takes parameter a STRING.
Have followed instructions but get the following error:
Fatal error: Call to undefined function recaptcha_get_html() in /home/scanning/beta/job-listings/page_write.php on line 2
Any help please?
1 to 14 of 14