adamsmasher
Active member
In XF 1.x you could use something like this to parse BBCode in a template:
Is there something similar in XF 2.x? I saw some methods digging through classes but didn't see a 1:1 comparison. I'm sure I'm just missing it (really need to learn an IDE instead of using Coda and searching files through the mac OS Finder...). I've got a string that includes BBCode that I want to parse as HTML within the string. I can strip it out, but in this template I want it to actually render as HTML.
Code:
{xf:helper bbCode, $parser, $someVar.index}
Is there something similar in XF 2.x? I saw some methods digging through classes but didn't see a 1:1 comparison. I'm sure I'm just missing it (really need to learn an IDE instead of using Coda and searching files through the mac OS Finder...). I've got a string that includes BBCode that I want to parse as HTML within the string. I can strip it out, but in this template I want it to actually render as HTML.