From SMF, my posts and PM's contain the basic BBCode from SMF, like:
Code: Select all
[quote="authorname"]...[/quote]
or
[img]https://example.com/someimage.jpg[/img]
With MariaDB 10.2's REGEXP_REPLACE I have updated the BBCode to match that of 3.2, but the reparser strips all of it.
Code: Select all
<QUOTE author="dude"><s>[quote="dude"]</s>...<e>[/quote]</e></QUOTE> // gets stripped down to [quote="dude"]...[/quote] by the reparser
If I edit a broken post in the forum, it does fix the BBCode, but I need to do this automagically for all posts and PMs.