I maintain a bulletin board that saves rich text messages in HTML. Now I need to migrate all those messages into Joomla Kunena bulletin board that requires BBCode representa
It should be doable with XSLT in text output mode:
… [b][/b] [url=""][/url]
To get there parse HTML and use built-in XSLT processor.