Closed live627 closed 11 months ago
This was broken in 2.1.3. It was mentioned in the beta topic (msg 4138946) and I mentioned that fix.
SCeditor needs changed to do
return '<a href="' + smf_scripturl +'?action=profile;u='+ attrs.defaultattr + '" class="mention" data-type="mention" data-mention="'+ attrs.defaultattr + '">@'+ content.replace('@','') +'</a>';
The bug was introduced in #7463
From https://www.simplemachines.org/community/index.php?topic=584161.0
I believe this is a different, unreported, issue.
The fix is to change the output in parse_bbc
from
to