How to display an image in a XenForo Custom Field?

Status
This content is read-only, or is not open for further replies.

himmelman

Guest
offline
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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom