EDIT: I solved it myself. This is the correct code:
$userlist->link_to_authorpage = false;
$userlist->user_link = bp_memberpage;
Thanks for a great plugin!
I have a similar questions on this subject. I am trying to link the Avatar to the bp_memberpage. No matter how I change the following piece of code below, it does not change where it links. I want it to link to the: bp_memberpage, how do I do that, starting with the code below…
$userlist->link_to_authorpage = true;
What shall the code above look like? Do I need to add additional lines?
Like this? $userlist->link_to_bp_memberpage = true; ??
If that is the correct code I supplied above… I do not think it works =(.