kupala / joomla15captcha

Automatically exported from code.google.com/p/joomla15captcha
0 stars 0 forks source link

Not Showing up #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What page URL will reproduce the problem?
http://infonortheast.com

What is the expected output? What do you see instead? Captcha will not 
show up.  Patch was installed and the installer file ran.  Captcha shows 
on administation side as an enabled plugin but it doesn't show up under 
registration.

What version of the product are you using? 1.5.10, with Jfusion

Original issue reported on code.google.com by deuce...@gmail.com on 11 Jun 2009 at 11:22

GoogleCodeExporter commented 8 years ago
Good site!
This is not a standard module. The module must be manually patch.

Before:

<input type="submit" name="Submit" class="button" value="Login" />

Insert:

    <?php // Captcha Extention patch rev. 4.5.0 Stable
    $dispatcher = &JDispatcher::getInstance();
    $results = $dispatcher->trigger( 'onCaptchaRequired', array( 'user.login' ) );
    if ($results[0])
        $dispatcher->trigger( 'onCaptchaView', array( 'user.login', 0, '<p>', '</p>' ) ); ?>

Sample:

\modules\mod_login\tmpl\default.php

Original comment by grus...@gmail.com on 14 Jun 2009 at 6:29

GoogleCodeExporter commented 8 years ago
Hi,

Captcha is not showing up on my contacts page, therefore users can't contact me!
http://www.portal-gestao.com/contactos.html

It is showing up on register page though...
http://www.portal-gestao.com/component/user/?task=register

But users click the 'register' button and nothing happens...

Does anyone know a solution for this??

Thanks in advance!

Original comment by nuno.nog...@gmail.com on 6 Apr 2010 at 8:59