Re: How to Link to Member Profile in Comments
Thanks, but it didn’t do it. That left some stray code beneath the comment box. I don’t actually have <div class=”comment-avatar-box”> in my theme.
This just puts an unlinked http:// for the member beneath the comments:
<?php echo bp_core_get_userlink( $comment->user_id, false, true ) ?>
Anything else to add to that without the avatar code?