Slion
Active member
That TOC bbCode add-on I developed does not render Emoji within my bbCode text.
It means you are just getting native raw Emoji rather than whatever was defined in your XF admin settings.
I guess I just need to ask XF to render them for me, I'm just not sure which function I should call.
Add-on source code is there:
Here is where I get the bbCode text:
Somehow I need to render it before I output it I guess.
It means you are just getting native raw Emoji rather than whatever was defined in your XF admin settings.
I guess I just need to ask XF to render them for me, I'm just not sure which function I should call.
Add-on source code is there:
GitHub - Slion/XenForoAddOnSlionsToc: Table Of Content add-on for XenForo 2
Table Of Content add-on for XenForo 2. Contribute to Slion/XenForoAddOnSlionsToc development by creating an account on GitHub.
github.com
Here is where I get the bbCode text:
XenForoAddOnSlionsToc/upload/src/addons/Slions/Toc/BbCode.php at 4ea86a4274fb7ace830149a48e4b222c70b301c1 · Slion/XenForoAddOnSlionsToc
Table Of Content add-on for XenForo 2. Contribute to Slion/XenForoAddOnSlionsToc development by creating an account on GitHub.
github.com
Somehow I need to render it before I output it I guess.