Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
The default Friend template in DNN 7.1.1 does not seem to work.
e.g. on a Friend box on http://www.pokerdiy.com/rod/friends.aspx, the DisplayName is a link which resolves to this URL
http://www.pokerdiy.com/poker-player-profile/userid/profileuser.aspx
which does not work.
I checked the template binding in the Settings and it is set to:
href="" title="" class="mdMemberTitle" data-bind="attr: { title: DisplayName, href: ProfileUrl }, event: { mouseover: $parent.showPopUp }"
So the question is - how do I change the Knockout Binding to use the UserID and provide the correct URL?