Osclass forums
Support forums => Tips, tricks, and tutorials => Topic started by: texthiller on October 14, 2012, 09:12:11 pm
-
In the recaptcha when you contact the publisher there isn't reload recaptcha for change it.
Add this line:
<a href="javascript:Recaptcha.reload()">Refresh</a>
around this line:
<a href="javascript:Recaptcha.showhelp()"><?php _e('Aiuto', 'italia'); ?></a>
-
Here is what I put in my item.php and user-public-profile.php:
Line: 133- user-public-profile.php
Line: 231- item.php
<div id="recaptcha_widget">
<div id="recaptcha_image"><img /></div>
<span class="recaptcha_only_if_image"><?php _e('<br />Enter the words above or click a link below for another captcha if unreadable','modern'); ?>:</span>
<input type="text" id="recaptcha_response_field" name="recaptcha_response_field" />
<div><a href="javascript:Recaptcha.reload()">Get another CAPTCHA</a></div> <div class="recaptcha_only_if_image"><a href="javascript:Recaptcha.switch_type('audio')">Get an audio CAPTCHA</a></div> <div class="recaptcha_only_if_audio"><a href="javascript:Recaptcha.switch_type('image')">Get an image CAPTCHA</a></div> <div><a href="javascript:Recaptcha.showhelp()">Help</a></div>
-
Which code above is correct to use? do I use just one or both?
cheers
-
Either example will work just depends on what you prefer.
-
Where to use the code?
which file ?
-
in which file to edit?
-
Here is what I put in my item.php and user-public-profile.php:
Line: 133- user-public-profile.php
Line: 231- item.php
-
This worked great for me, although I did have to turn the text links into buttons and space them out but its a big help having the ability to change the capture image as it is just too hard to see sometimes.
Thanks
-
great snippets!
some captchas are just too painful for the eyes...
_____________________________________
Free hosting (http://hostinghood.com)
-
Thanks, nootkan! :)
-
how to Edit on search page
-
For bender_red, you must edit this file: "item-sidebar.php"