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.
Tip of the day ( reCaptcha )
422
MVP
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:
- red
- white
- clean
- blackglass
More details here
You can create your own themes too.
There was an error rendering this rich post.
0