Install Recaptcha script WITHOUT the official module

Discussion in 'Modules / Plugins / Modifications' started by mirway7, Nov 19, 2009.

  1. mirway7 New Member

    Hi

    Could you tell me how to install Recaptcha script without the official module ?

    With the module, I cannot customize the template and the language


    Thank you


    ---
    V4.1.6 Developper
  2. Eric Barnes Guest

    You would have to download their code and then modify all the forms to use it. Not a simple process but could be done.
  3. seymourjames All Hands On Deck

    I am unsure why you would need to do this if it is only the look and feel of the module you wish to change. You can use their 'clean' style if you prefer which goes with almost anything. Alternatively you can set up some css styling if you prefer to make your own style

    http://www.68classifieds.com/forums/templatecodes/8705-recaptcha-2.html#post45808

    And it does work the last time I tried for a customer.
  4. mirway7 New Member

    Thank you for your reply.
    It's not easy to read the words of recapcha, particularry if it's not in your mother tongue...

    I dont know where I have to place this code :

    <script>
    var RecaptchaOptions = {
    lang : "your code"
    theme : 'white',
    tabindex : 2
    };
    </script>
  5. seymourjames All Hands On Deck

    Right at the top of the recaptchalib.php file.

Share This Page