• Hi there,

    I’m eager to use your plugin on my wordpress/buddypress website.

    I found that the plugin, while showing the correct form on login, it doesn’t show the correct register form. It actually shows the default one.

    What should I do? is this a buddypress compatibility issue?

    Is there something I could do on the register.php?

    http://wordpress.org/plugins/register-plus-redux/

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is a compatibility problem.
    You can try to disable buddypress registration

    Insert below code in your theme funtion.php

    // Disable Buddypress registration
    
    remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );
    Thread Starter Dapadoupas

    (@dapadoupas)

    awesome… only problem is that my register button on my menu points the old register page and not login?action=register

    Do you suggest a neat way to fix this?

    Thread Starter Dapadoupas

    (@dapadoupas)

    *neat

    Compatibility support for Buddypress would be insanely awesome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Buddypress Support?’ is closed to new replies.