I have run several searches on .org and even tried seeing how some had gotten things to show via their mods and I am still drawing a blank.
What I am Trying To Do
All I am trying to do is display the value of a custom profile field within a new tab on the profile. I am looking to render the inputed value as a link so it would appear like this within the template:
Code:
<a href="{raw $userinfo['field281']">Title here</a>
The field ID is 281 but no matter how I write it, and I have tried several variations, I can't get it to show the value. I would appreciate any help with this.