Re: bp_user_link doesn’t work anymore?
Which version of BP are you running? Where have you placed your code? I have not checked to see if bp_user_link() has been deprecated, but it is easy enough to do a global search and find out.
By the way, you use the “code” tag enclosed within angled brackets to display code. Just close the code tag after you’re finshed:
function example() {
// do something here
}