Tuesday, August 9, 2011

How to Setup reCaptcha Plugin System-Wide/Buddypress

Just to Correct Installation Procedure on:
Wordpress Site

After you Moved the "wp-recaptcha.php"
you have to Edit the file to change Required's Path...
On Unix-like Systems you can simply edit your file with:
pico wp-recaptcha.php
Change 2 lines:
require_once('recaptcha.php') --> require_once('wp-recaptcha/recaptcha.php')
require_once('mailhide.php') --> require_once('wp-recaptcha/mailhide.php')

Now you can proceed to Install the System Wide Plugin :)

2 comments:

  1. Thank you for writing this useful information. Once you've installed and activated BuddyPress, the Installation Wizard will guide you through the available theme options. WBCOM DESIGNS is Hiring a buddypress support! WBCOM DESIGNS is an experienced BuddyPress development firm offering buddypress customization design and development for BuddyPress. WBCOM DESIGNS is proud to make the best BuddyPress designer in the world. Thanks for sharing.....

    ReplyDelete
  2. Here i wrote and article to integrate recaptcha with wordpress.


    http://kvcodes.com/2014/05/integrate-recaptcha-wordpress-registration-page/

    ReplyDelete