In XF 1.x you could use something like this to parse BBCode in a template:
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.
I’m asking because I want to use BBCode in a custom user field within a widget. I’ve noticed that BBCode is good at taking various URLs (like different YouTube video links) and embedding them directly. I’m hoping to achieve similar functionality in the custom user field, allowing embedded content to display in the widget.