I have a DNN List connected to a custom profile property. When someone updates their profile, they can select an image/badge from the dropdown, and the 'value' column is saved in their profile with the <img src="..., so we can display an icon/badge in their profile page.
I can't figure out how to use the Dnn tokens in the profile template of the profile view module on the profile page to show the image, NOT the exact 'code' (<img src="...etc) but the actual image.
I can get the reports module to encode/decode and display the (value) data as an image using tokens in a template, BUT..
How would you accomplish this with the profile view module?