BuddyDev

Search

Buddyboss profile fields are not getting updated.

  • Participant
    Level: Initiated
    Posts: 2
    sn on #39149

    Buddyboss profile fields are not getting updated after activating buddypress multi network plugin.

    I have installed buddyboss with plugin ‘BuddyPress Multi Network’ which is throwing an error with profile field are showing as saved but not getting updated. Could you please help on this. Ex – First Name and Last Name is not getting updated even the WordPress default First Name and Last Name is not getting sync issue.

    Steps I have followed so as to activate,
    1. Enabled the ‘BP_MULTIBLOG’
    2. Network activated the ‘BuddyPress Multi Network’ Plugin
    3. Buddyboss Platform activated on subsite.

    I followed the solution as mentioned in the similar post which is to add this code to bp-custom.php –

    add_action( ‘user_register’, function ( $user_id ) {
    if ( function_exists( ‘mnetwork_add_user’ ) ) {
    mnetwork_add_user( $user_id, get_current_blog_id() );
    }
    } );

    This did not solve my issue.

    Kindly tell us how to fix this.

    Awaiting your revert.

    Quick Feedback – All your plugins are awesome. Keep up the good work.

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #39152

    Hi,
    Thank you for the question and the feedback.

    Please allow us 24 to 48 hours to test as we haven’t tested this plugin recently with BuddyBoss. We will update you after it.

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 2
    sn on #39166

    Sure Brajesh,

    Awaiting your revert.

    Thanks and Regards,
    Sanat Malani.

You must be logged in to reply to this topic.

This topic is: not resolved