• Resolved abdulazizbintarso

    (@abdulazizbintarso)


    I use SB login wothout captcha code. But in one week, there were many spam user register into my site, finaliy for anticipating I install captcha plugin for preventing it.

    But the problem the captcha code can’t be seen in the box of SB login. Finally new user can’t register. WHat should I do? SHould I edit this plugin and resize the box? But i couldn’t the css code for the size box.

    http://wordpress.org/extend/plugins/sb-login/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Fida Al Hasan

    (@fida02)

    Your captcha plugin must have the ability to hook into SB Login plugin . Otherwise captcha won’t show in SB Login widget.

    hi Fida Al Hasan
    which captcha plugin do you recommend to work along with SB Login plugin?

    Hello I have the same problem. I wish to add a Captcha plugin to SB login. How must to do??? what WP plugin captcha I must to use?? If I must to code, in what file/s I must change??? Thank you.
    My WP is ultimate version.

    Plugin Author Fida Al Hasan

    (@fida02)

    Hello,
    Upgrade to version 2.0 and install http://wordpress.org/plugins/captcha/ plugin. Than it will automatically show captcha

    Your Captcha plugin PRO Version 1.3.6 does not work as normal Captcha Version 3.9.6 because the SB login plugin Version 2.0 does not display the Captcha pro version 1.3.6 but affihce correctly normal Captcha Version 3.9.6

    Forgive me my English. I’m French.

    Plugin Author Fida Al Hasan

    (@fida02)

    Sorry I didn’t use Captcha Pro Plugin. Please go to sb-login/template/login-form.php and sb-login/template/register-form.php . There find this line: <?php if( function_exists( 'cptch_display_captcha_custom' ) ) { echo "<input type='hidden' name='cntctfrm_contact_action' value='true' />"; echo cptch_display_captcha_custom(); } ?>

    Replace it with this: <?php if( function_exists( 'cptchpr_display_captcha_custom' ) ) { echo "<input type='hidden' name='cntctfrm_contact_action' value='true' />"; echo cptchpr_display_captcha_custom(); } ?>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘CAPTCHA CODE DOESN'T WORK (UNSEEN)’ is closed to new replies.