Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,005
- How-to & Troubleshooting
- 129,571
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,385
- Miscellaneous
- 9,169
-
The latest buddypress 1.2 default theme has this built in, it uses a custom wp_list_comments template callback. It’s really easy to do. Just google if you want to know more.
bp_core_get_userlink( $comment->user_id );
Use that in your comment template and you’ll get a link including anchors to your buddypress profile.