<em>@jenny_velichkova 219460 wrote:</em><blockquote>Hello! I’ve installed OSOLCaptcha and I would like to apply it to the registration form. It doesn’t appear there.
How can I add the captcha image to the user registration form (not login – only first registration)?
I found this post (http://www.joomlart.com/forums/topic/any-ideas-on-best-captcha-security-for-login-module-for-registration-for-teline-iv/). There is a suggestion to add some part of code somewhere. The code is:
<?php
global $mainframe;
//set the argument below to true if you need to show vertically( 3 cells one below the other)
$mainframe->triggerEvent(‘onShowOSOLCaptcha’, array(true));
?>
Which is the file of the registration form? I tried with /templates/ja_teline_iii/html/com_user/register/default.php but nothing happened.
Thanks for your answers in advance.</blockquote>
Hi,
Please try file components/com_user/views/register/tmpl/default.php.
DUNGLQ.