XF 1.5 Allowing Custom Fields to be viewed under Personal Details

MyVariety

Member
I am trying to make it to where, when a user goes under their Personal Details they are able to view a custom field but not edit it so they know the person that is assigned to them. I am wondering how I can get it to show the Value Display HTML instead of this:
https://i.gyazo.com/aa5573ca7b1076966923c73a90bae564.png

This is what it looks like if I made the custom field show up on their profile for everyone to see-
https://i.gyazo.com/070a379a8640966a95f8a312ec4ba9c0.png
I have the Value Display HTML to make it a Link using the following:
Code:
<a href="{$value}">{$choice}</a>
 
Top Bottom