siwi Member May 1, 2013 #1 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
tyteen4a03 Well-known member May 1, 2013 #2 siwi said: 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 Click to expand... The BBCode Manager should be able to help, or are you talking about without using any 3rd party mods at all?
siwi said: 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 Click to expand... The BBCode Manager should be able to help, or are you talking about without using any 3rd party mods at all?
xf_phantom Well-known member May 1, 2013 #4 Check XenForo_BbCode_Formatter_Base and the preLoadTemplates , renderTagCode methods THis should show you, how you can implement this yourself
Check XenForo_BbCode_Formatter_Base and the preLoadTemplates , renderTagCode methods THis should show you, how you can implement this yourself
Jeremy in memoriam 1991-2020 May 1, 2013 #5 I suggest reading: http://xenforo.com/community/threads/creating-a-custom-bb-code-in-xenforo-a-comprehensive-guide.6320 You'll need a PHP Callback that returns a template. Take a look at the methods xf_phantom suggested.
I suggest reading: http://xenforo.com/community/threads/creating-a-custom-bb-code-in-xenforo-a-comprehensive-guide.6320 You'll need a PHP Callback that returns a template. Take a look at the methods xf_phantom suggested.
siwi Member May 2, 2013 #6 Thanks for your Link King Kovifor I solved this now with your tutorial and this thread here. With the addon from cclaerhout it is also possible and very simple, but I wanted to do this without an other addon.
Thanks for your Link King Kovifor I solved this now with your tutorial and this thread here. With the addon from cclaerhout it is also possible and very simple, but I wanted to do this without an other addon.