Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Tip of the day ( reCaptcha )

422422 Developer MVP
edited July 2012 in Vanilla 2.0 - 2.8

Not sure if you guys are aware. But hey ho, heres my tip.

If you use recaptcha ( most do )

If you copy entry folder over to your theme > views folder so you have.

your theme > views > entry

Open registercaptcha.php file.

Just after the first <?php line ?> so line 2 add this:

<script type="text/javascript"> var RecaptchaOptions = { theme : 'clean' }; </script>

You can change theme to:

  1. red
  2. white
  3. clean
  4. blackglass

More details here

You can create your own themes too.

There was an error rendering this rich post.

Sign In or Register to comment.