• Great plug-in and you say you are planning to make it fully compatible with BuddyPress but in the meantime, how can I remove the register link to avoid the problem of it not going to the BuddyPress registration page? Of course I would prefer it to link to the Buddypress registration page but if that is problematical it would be better to dispense with the link. I can perhaps put the link somewhere else.

    Thank you!

    https://www.ads-software.com/extend/plugins/login-with-ajax/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter kenrichman

    (@kenrichman)

    Ok I have removed the link – in widget-out.php

    While looking at it, I noticed some BuddyPress code there intended to make it work with BuddyPress –

    if ( function_exists('bp_get_signup_page') ) { //Buddypress
             $register_link = bp_get_signup_page();

    Wondering why this doesn’t work?

    vroomba

    (@vroomba)

    I have the exact same question. The plugin is working great, but if a user clicks “Register”, the pop up form they are presented is not the BuddyPress form as I have an extra Required field added to that form and it is not displaying at all.

    Does anyone have a fix for this yet? Thanks for your time and to the developer of the plugin for the great work.

    Did you get the plugins registration to work with buddypress?

    I got it to work with buddypress registration by turning off the login-with-ajax registration option and then adding a new menu in the sidebar with a link to the buddypress registration page. Not so pretty but it does work.

    You could probably modify the widget-out.php file to add the correct registration link. You can see intructions for this in the ‘other notes’ of the plugin info.

    https://www.ads-software.com/extend/plugins/login-with-ajax/other_notes/

    Hope this helps.

    WPWally

    (@wordpresswally)

    I do not see any instructions for widget-out.php in the link you provided. Is it somewhere elseor am I missing something?

    WPWally

    (@wordpresswally)

    Nevermind figured it out. I am a dolt sometimes.

    1. Uncheck the register with AJAX box in widgets.
    2. Create link to Buddypress register site

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Login With Ajax] Buddypress work-around?’ is closed to new replies.