• Jakob

    (@jakobbader)


    Hi all

    Anybody is using this in connection with BuddyBoss?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’d also like to see this work with BuddyBoss. Just tried installing and Signature is not showing in forum posts.

    This can be fixed by updating the following lines:

    file: bbp-signature/bbp-signature.php
    line: 83, line: 117

    replace this:
    $signature = bbp_get_user_signature ( $user_id );

    with this:
    $signature = xprofile_get_field_data( 'Signature', $user_id );

    Thread Starter Jakob

    (@jakobbader)

    Awesome! Thank you so much @al1raxa

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Compatible with BuddyBoss?’ is closed to new replies.