Bash
Hosting
Web Development
MythTV
Cron
Email
Firefox
Exch
XUL
Linux
Windows
Wireless
Culture
VOIP
MP3
Telephony
XML
RSS
Games
Networking
DRM
Google
Microsoft
OpenOffice
PHP
Yahoo
Apple
Java
Photography
Hardware
Video
Wordpress
Javascript
Backups
Adobe
Python
reCAPTCHA plugin styling
Installing a CAPTCHA implementation on Wordpress is quite easy when using the reCAPTCHA plugin, however the styling is hard coded into the main php file included.
Goto the installation directory, for example, “wp-content/plugins/recaptcha-wordpress-2.7″ and edit recaptcha.php. Look for the line that embeds the theme type and change it.
<script type="text/javascript">
var RecaptchaOptions = { theme : "red", tabindex : 5 };
</script>
var RecaptchaOptions = { theme : "red", tabindex : 5 };
</script>
I used the “clean” theme. There are other options and ideas for editing the code with css changes.
This entry was posted on Sunday, January 13th, 2008 at 7:30 pm. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.