TickTackk
Well-known member
- Affected version
- XF 2.1.8 PL2
From PHP side:
After:
After:
This can be mostly be replicated when using feed reader to create threads or any third party add-on that wants to convert HTML to BB Code formatted message. Will also need to handle this maybe when copy-pasting but it's hard to debug with not having full frololola source
After:
upload\src\XF\Html\Renderer\BbCode.php:56
add
PHP:
'code' => ['filterCallback' => ['$this', 'handleTagCode'], 'skipCss' => true]
After:
upload\src\XF\Html\Renderer\BbCode.php:929
add the contents from the attachment.This can be mostly be replicated when using feed reader to create threads or any third party add-on that wants to convert HTML to BB Code formatted message. Will also need to handle this maybe when copy-pasting but it's hard to debug with not having full frololola source