Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
Oct 14, 2017 4:04 pm
Hi and sorry for my english. 🙂
How do I add userpro badges to the wpforo profile ?
Like this:

For WPDiscuz example, the code is this one to display badges
////////////////////////////////////////////////////////////////////////
// User Pro Badges Integration ////////////////////////////
////////////////////////////////////////////////////////////////////////
add_filter('wpdiscuz_after_label', 'wpdiscuz_up_after_label_html', 110, 2);
function wpdiscuz_up_after_label_html($afterLabelHtml, $comment) {
if ($comment->user_id && class_exists('userpro_api')) {
$afterLabelHtml .= userpro_show_badges($comment->user_id, $inline = true);
}
return $afterLabelHtml;
}
5 Replies
Oct 14, 2017 9:31 pm
I'm sorry but we've not tested this plugin yet. I have no clue. I'll update this topic once I got some. The code you've provided is a wpDiscuz code not wpForo.
Oct 25, 2017 7:14 pm
Okay, Userpro is a great plugin and having it on wpforo would be great!
Sep 18, 2018 8:43 am
Any news ?
BBpress has this option :(
Sep 18, 2018 2:15 pm
Page 1 / 2
Next