Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] I need a BP Login Bar form hook


  • Mike Challis
    Participant

    @mikechallis

    Hi, I am making my popular wordpress plugin “SI CAPTCHA” compatible with WPMU and BuddyPress.
    http://wordpress.org/extend/plugins/si-captcha-for-wordpress/

    Some have requested an optional login CAPTCHA. I have it working on the BP login page, but not in the bp_login_bar. Is there an action hook for that or a way I can add the captcha form field to the bp_login_bar from my plugin?

    Thanks for any help.

    Also is anybody interested in testing the 1.9 version of SI CAPTCHA on BP before I release it?

Viewing 1 replies (of 1 total)

  • Mike Challis
    Participant

    @mikechallis

    Nevermind, I figured it out.

    This is what I needed:

    add_action('bp_login_bar_logged_out', array( &$si_image_captcha, 'si_captcha_login_form' ) );

Viewing 1 replies (of 1 total)
  • The topic ‘[Resolved] I need a BP Login Bar form hook’ is closed to new replies.
Skip to toolbar