core.text_formatter_s9e_render_after
event.Also, template parameters are different from the tokens/placeholders used when defining BBCodes. There's an example at http://s9etextformatter.readthedocs.io/ ... arameters/
core.text_formatter_s9e_render_after
event.I am using a migration to add a bbcode, the one below is compatible 3.1/3.2Zukero wrote: Mon Dec 25, 2017 10:02 pm I'm trying to write an extension for phpbb 3.2 that adds a custom bbcode.
Code: Select all
[tag]{TEXT1}[/tag]
Code: Select all
<a href="{TEXT2}" class="{TEXT3}">{TEXT1}</a>
phpbb\textformatter\s9e\quote_helper
and the quote_extended
template.