Hi,
I tested the behavior, changed
Document URL path to /Members/{UserId} on the Profile document. Then I used following code in the
Community.Transformations.MembersList transformation used on the Members document to
<h3><a href="<%# HTMLEncode(GetMemberProfileUrl(Eval("UserId"))) %>" title="<%# HTMLEncode(GetNotEmpty("UserNickname;UserName")) %>"><%# HTMLEncode(GetNotEmpty("UserNickname;UserName")) %></a></h3>
In the
Site Manager - Settings - Community - Member profile path has to be used path /Members/{UserName}, even you are using UserId.
Now the link will be generated correctly and the profile displayed, instead of username will be used userId.
Best regards,
Ivana Tomanickova