Hi,
I am having issues trying to create a custom href in Member Directory using knockout. Here is the deal. Taking from the template
data-bind="attr: { title: DisplayName, href: ProfileUrl }" and changing it to a string such as
data-bind="attr: { title: DisplayName, href: 'profile?userid=' + UserId }" doesn't error exactly but the url string now contains a javascript function.
How might I concatenate this url properly?
Thanks
Mark