Forums
Home / Plugin: bbP Signature / Compatible with BuddyBoss?
(@jakobbader)
4 years ago
Hi all
Anybody is using this in connection with BuddyBoss?
Thank you
(@flip264)
3 years, 7 months ago
I’d also like to see this work with BuddyBoss. Just tried installing and Signature is not showing in forum posts.
(@al1raxa)
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 );
$signature = bbp_get_user_signature ( $user_id );
with this: $signature = xprofile_get_field_data( 'Signature', $user_id );
$signature = xprofile_get_field_data( 'Signature', $user_id );
Awesome! Thank you so much @al1raxa