Skip to:
Content
Pages
Categories
Search
Top
Bottom

SPAM: Invisible Defender: get it to work with BP


  • 3sixty
    Participant

    @3sixty

    So far, every single spam-fighting technique I have tried for BP has failed. My next step is to modify Invisible Defender to work better with BuddyPress. If you use Invisible Defender in an attempt to stop BP spam/splog registrations, you may want to add these lines to your invisible-defender.php file:

    //Protect Buddypress register form
    add_action( 'bp_before_registration_submit_buttons', array( &$this, 'add_hidden_fields' ) );
    add_action( 'bp_signup_validate', array( &$this, 'bp_registration' ), 10, 0 );

    Add them right above this:

    //Protect Buddypress register form

    These modifications come courtesy of Chris Wright: http://bcbc.co.uk/mu/blog/2009/12/11/wordpress-registration-spam/

    I’m trying to stay positive and constructive here, but my BuddyPress install is so overrun with spam that it’s essentially becoming unusable.

  • The topic ‘SPAM: Invisible Defender: get it to work with BP’ is closed to new replies.
Skip to toolbar