Title: UserPro integration?
Last modified: August 22, 2016

---

# UserPro integration?

 *  Resolved [Tribal Wolves](https://wordpress.org/support/users/tribal-wolves/)
 * (@tribal-wolves)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/userpro-integration/)
 * Hi there, is it possible to integrate this with UserPro plugin?
 * [https://wordpress.org/plugins/wpdiscuz/](https://wordpress.org/plugins/wpdiscuz/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/userpro-integration/#post-5791604)
 * Hi Tribal,
    Please explain, what kind of integration you’re talking about? Do
   you only mean diecting the link of comment author name to UserPro profile page?
 *  Thread Starter [Tribal Wolves](https://wordpress.org/support/users/tribal-wolves/)
 * (@tribal-wolves)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/userpro-integration/#post-5791624)
 * Yes, i want users be able to click on comments author and get redirected to UserPro
   profile page. Also to show UserPro badges under “Member” or “Author” title, i
   know that i need to use this code – `<?php echo userpro_show_badges( $comment-
   >user_id, $inline=true ); ?>` , but i don’t know where to put it.
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/userpro-integration/#post-5791666)
 * Hi Tribal,
    We’ll add this feature in next wpDiscuz version, we’ll release in
   next week.
 *  Thread Starter [Tribal Wolves](https://wordpress.org/support/users/tribal-wolves/)
 * (@tribal-wolves)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/userpro-integration/#post-5791670)
 * Ok, thanks for you support. Gonna wait for the update.
 *  [elijah117](https://wordpress.org/support/users/elijah117/)
 * (@elijah117)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/userpro-integration/#post-5791861)
 * Has this been updated yet?
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/userpro-integration/#post-5791862)
 * Hi elijah117,
    We’re going to release a new wpDiscuz version with UserPro integration
   and other new features in a few hours. Please wait…
 *  [elijah117](https://wordpress.org/support/users/elijah117/)
 * (@elijah117)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/userpro-integration/#post-5791863)
 * How exciting! Thanks!
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/userpro-integration/#post-5791870)
 * It’s released, please update…
 * 2.1.0 Changelog
 * * Users can edit their comments (time-frame can be limited by admin)
    * Email
   notification options with radio selector instead of checkboxes * Subscription
   activation via additional “Confirm Subscription” email * Thumb-up and thumb-down
   voting icons **\* Integration with UserPro – Comment author profile picture \*
   Integration with UserPro – Comment author name is linked to profile page \* Integration
   with UserPro – User badges under comment author avatar \* Integration with Postmatic
   for subscriptions and commenting by email \* Persian (fa_IR) language, thanks
   to Vahid (VSG24) \* Russian (ru_RU) language, thanks to OlafKS \* Close pop-up
   messages by clicking outside of message-box \* Scroll-down to comment are on 
   clicking comments/replies link \* Filter hooks on email fields \* Filter hooks
   on comment form fields * Image source URL to image conversion in comment content
 *  [gustoselmd](https://wordpress.org/support/users/gustoselmd/)
 * (@gustoselmd)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/userpro-integration/#post-5791894)
 * Hi,
 * How can you show user badges? And also, the profile pic is linked to User profile,
   but the name is not.
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/userpro-integration/#post-5791895)
 * Ok, put this script in current active theme’s functions.php :
 *     ```
       ///////////////////////////////////////////////////
       // User Pro Badges Integration ////////////////////
       ///////////////////////////////////////////////////
       add_filter('wpdiscuz_after_label', 'wpdiscuz_upb_integration', 110, 2);
       function wpdiscuz_upb_integration($afterLabelHtml, $comment) {
           if ($comment->user_id && class_exists('userpro_api')) {
               $afterLabelHtml .= userpro_show_badges($comment->user_id, $inline = true);
           }
           return $afterLabelHtml;
       }
       ```
   
 *  [gustoselmd](https://wordpress.org/support/users/gustoselmd/)
 * (@gustoselmd)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/userpro-integration/#post-5791896)
 * Thank you!

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘UserPro integration?’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

## Tags

 * [userpro](https://wordpress.org/support/topic-tag/userpro/)

 * 11 replies
 * 4 participants
 * Last reply from: [gustoselmd](https://wordpress.org/support/users/gustoselmd/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/userpro-integration/#post-5791896)
 * Status: resolved