RichardKYA Well-known member Licensed customer Mar 4, 2016 #1 I'm trying to do this and I can get so far, but it's not being parsed and the they show up as <img> tags instead. Anyone have any idea how to do this? Thank you
I'm trying to do this and I can get so far, but it's not being parsed and the they show up as <img> tags instead. Anyone have any idea how to do this? Thank you
Jake B. Well-known member Licensed customer Mar 4, 2016 #2 Snippets strip out all styling and BB Code, so I don't think that's possible :\ Or is it a custom helper you're making?
Snippets strip out all styling and BB Code, so I don't think that's possible :\ Or is it a custom helper you're making?
RichardKYA Well-known member Licensed customer Mar 4, 2016 #3 Well at the moment I'm just having a play with the Helper/Core.php to try and see what works, I can get snippets to display html <img> tags in place of :example-smilie: but that's as far as I can get. I've tried adding "xen:raw" to the template, eg: Code: {xen:helper snippet, {xen:raw $post.message}, 100} , but that doesn't work - Honestly not even sure if that can be done either
Well at the moment I'm just having a play with the Helper/Core.php to try and see what works, I can get snippets to display html <img> tags in place of :example-smilie: but that's as far as I can get. I've tried adding "xen:raw" to the template, eg: Code: {xen:helper snippet, {xen:raw $post.message}, 100} , but that doesn't work - Honestly not even sure if that can be done either