XenForo How to display an image in a XenForo Custom Field?

H

himmelman

Guest
Hoping someone can help me out with a weird issue I'm having with custom fields. I'm trying to get images to display, but it's just not working for me, and I'm a bit stuck. It seems like the HTML isn't rendering the way I expect it to.

For instance, I have a custom field where people can paste an image URL, and I'm using <img src="{$value}" alt="{$title}" /> in the wrapper, but for some reason, the system is wrapping the URL in an <a> tag, which completely breaks the image. On...

Read more

Continue reading...