Hi ZendTo Users, <div><br></div><div>I figured out where to define the standard reCAPTCHA theme.</div><div><p id="aeaoofnhgocdbnbeljkmbjdmhbcokfdb-mousedown" style="color:rgb(72,72,72);font-family:Verdana,sans-serif;font-size:11.818181991577148px;background-color:rgb(255,255,255)">
In /opt/zendto/www/recaptchalib.php</p><p style="color:rgb(72,72,72);font-family:Verdana,sans-serif;font-size:11.818181991577148px;background-color:rgb(255,255,255)">In function recaptcha_get_html, updated the returned string<br>
from:<br></p><pre style="margin-right:1em;margin-left:1.6em;padding:2px 2px 2px 0px;background-color:rgb(250,250,250);border:1px solid rgb(218,218,218);width:auto;overflow-x:auto;overflow-y:hidden;color:rgb(72,72,72);font-size:11.818181991577148px">
return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . '"></script>
<noscript>
<iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" frameborder="0"></iframe><br/>
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
</noscript>';
</pre><p style="color:rgb(72,72,72);font-family:Verdana,sans-serif;font-size:11.818181991577148px;background-color:rgb(255,255,255)"></p><p style="color:rgb(72,72,72);font-family:Verdana,sans-serif;font-size:11.818181991577148px;background-color:rgb(255,255,255)">
to:<br></p><pre style="margin-right:1em;margin-left:1.6em;padding:2px 2px 2px 0px;background-color:rgb(250,250,250);border:1px solid rgb(218,218,218);width:auto;overflow-x:auto;overflow-y:hidden;color:rgb(72,72,72);font-size:11.818181991577148px">
return '<script type="text/javascript">
var RecaptchaOptions = {
theme : \'clean\'
};
</script>
<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . '"></script>
<noscript>
<iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" frameborder="0"></iframe><br/>
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
</noscript>';</pre><div><br></div>cordially, Sherwin</div><div><br><div class="gmail_quote">On Tue, Aug 14, 2012 at 3:50 PM, SYE OOPL <span dir="ltr"><<a href="mailto:sye.oopl@gmail.com" target="_blank">sye.oopl@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi ZendTo Users, <div><br><div>Where in ZendTo do you define the reCAPTCHA theme?<div><br></div><div><a href="https://developers.google.com/recaptcha/docs/customization" target="_blank">https://developers.google.com/recaptcha/docs/customization</a>
</div><div><br></div><div>cordially, Sherwin</div></div></div>
</blockquote></div><br></div>