Include Template with BBCode

siwi

Member
Hey

I want to create a Addon, which replace a bbcode with a template, but I don't know how.

I would appreciate any suggestions for solution!

regards
siwi
 
Hey

I want to create a Addon, which replace a bbcode with a template, but I don't know how.

I would appreciate any suggestions for solution!

regards
siwi

The BBCode Manager should be able to help, or are you talking about without using any 3rd party mods at all?
 
Check XenForo_BbCode_Formatter_Base and the preLoadTemplates , renderTagCode methods

THis should show you, how you can implement this yourself
 
Top Bottom