Html => bbcode generates invalid [user][img]...[/img][/user] combination

Xon

Well-known member
Affected version
2.3.7
Copying the following HTML & pasting into the editor:
HTML:
<a href="/community/members/slavik.2270/" class="avatar avatar--xs" data-user-id="2270" data-xf-init="member-tooltip" id="js-XFUniqueId118">
            <img src="/community/data/avatars/s/2/2270.jpg?1701362666" srcset="/community/data/avatars/m/2/2270.jpg?1701362666 2x" alt="Slavik" class="avatar-u2270-s" width="48" height="48" loading="lazy">
        </a>

Generates the following bb-code:
[USER=2270][IMG alt="Slavik"]https://xenforo.com/community/data/avatars/s/2/2270.jpg?1701362666[/IMG][/USER]

Except user tags don't allow bb-code inside the contents like that
 
Back
Top Bottom