octabrain
Member
Hi,
I am trying to display a custom user field on a users profile field. My custom user field contains an url, and I want to display this on each users profile as a link and it should simply display the username as title for the link.
So I set the Value Disply HTML to:
<a href="{$value}">{$user.username}</a>
Then it shows the link on the profile but it still has {$user.username} there, instead of the username.
How do I get the username in there?
I am trying to display a custom user field on a users profile field. My custom user field contains an url, and I want to display this on each users profile as a link and it should simply display the username as title for the link.
So I set the Value Disply HTML to:
<a href="{$value}">{$user.username}</a>
Then it shows the link on the profile but it still has {$user.username} there, instead of the username.
How do I get the username in there?