I'd like to bump this. I have a custom profile field -- "field7" -- which is a single-line text box where users enter the URL of their personal thread on my forum. I would like this to turn into a link. Which template do I add the HTML to? I tried adding this code to the userfield_textbox template, but it didn't work:
Code:
<a href="{vb:raw post.field7}">
If someone could verify that I'm using the right code and help me figure out where exactly I need to put this text in order to make field 7 turn into a link, I would really appreciate it!