Title: bbpress user profile
Last modified: August 20, 2016

---

# bbpress user profile

 *  [teleanu](https://wordpress.org/support/users/teleanu/)
 * (@teleanu)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/bbpress-user-profile/)
 * Hello
 * When you go to member page & roll over the avatar or member name you have slug:
   [http://www.domain.com/author/MEMBER/](http://www.domain.com/author/MEMBER/)
 * Can you help me make it [http://www.domain.com/forums/users/MEMBER/](http://www.domain.com/forums/users/MEMBER/)?
 * I want to redirect people to the bbpress profile.
    Thank you!
 * [http://wordpress.org/extend/plugins/members-list/](http://wordpress.org/extend/plugins/members-list/)

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

 *  [veseycreative](https://wordpress.org/support/users/veseycreative/)
 * (@veseycreative)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/bbpress-user-profile/#post-3443320)
 * Hey Teleanu,
    just did that myself.
 * If you’re using ‘user_nicename’ for the Member Name, edit the markup link to 
   be `<a href=" http://www.domain.com/forums/users/%value%">`
 * For the avatar – you need to edit members.php (in classes folder)
    line 424 in
   my file:
 * change:
    `$s .= '<a class="tern_wp_member_gravatar" href="'.get_author_posts_url(
   $u->ID).'">'."\n ".get_avatar($u->ID,60)."\n ".'</a>'."\n ";`
 * to
    `$s .= '<a class="tern_wp_member_gravatar" href="'.get_bloginfo('home').'/'.
   $u->user_nicename.'">'."\n ".get_avatar($u->ID,60)."\n ".'</a>'."\n ";`
 * worked a treat for me.
 *  [veseycreative](https://wordpress.org/support/users/veseycreative/)
 * (@veseycreative)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/bbpress-user-profile/#post-3443321)
 * opps, sorry. the avatar code should be
 * `$s .= '<a class="tern_wp_member_gravatar" href="'.get_bloginfo('home').'/forums/
   users/'.$u->user_nicename.'">'."\n ".get_avatar($u->ID,60)."\n ".'</a>'."\n ";`
 * sorry, needs to be right for your domain.
 *  Thread Starter [teleanu](https://wordpress.org/support/users/teleanu/)
 * (@teleanu)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/bbpress-user-profile/#post-3443322)
 * Thank you vesey.
 * This worked like a charm 🙂
 *  [Calvin Digital](https://wordpress.org/support/users/calvin-digital/)
 * (@calvin-digital)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/bbpress-user-profile/#post-3443364)
 * Is there away to make %value% insert the username? By using %value% it’s entering
   the display name into the link. My site’s profiles are all based off the usernames.

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

The topic ‘bbpress user profile’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/members-list_a1a1a1.svg)
 * [Members List Plugin](https://wordpress.org/plugins/members-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/members-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/members-list/)
 * [Active Topics](https://wordpress.org/support/plugin/members-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/members-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/members-list/reviews/)

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [Calvin Digital](https://wordpress.org/support/users/calvin-digital/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/bbpress-user-profile/#post-3443364)
 * Status: not resolved