From: Alexander Ebert Date: Tue, 8 Mar 2022 13:37:45 +0000 (+0100) Subject: Apply the “user online” formatting to mentions X-Git-Tag: 5.5.0_Alpha_1~74 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2128751f277299b7d11065e0d9023d04f3a85a92;p=GitHub%2FWoltLab%2FWCF.git Apply the “user online” formatting to mentions See https://www.woltlab.com/community/thread/294551-fehlende-benutzer-online-markierung-in-erw%C3%A4hnungen/ --- diff --git a/com.woltlab.wcf/templates/userBBCodeTag.tpl b/com.woltlab.wcf/templates/userBBCodeTag.tpl index 6c14c28ab9..dbe32b29d2 100644 --- a/com.woltlab.wcf/templates/userBBCodeTag.tpl +++ b/com.woltlab.wcf/templates/userBBCodeTag.tpl @@ -2,5 +2,5 @@ {* user no longer exists, use plain output rather than using a broken link *} @{$username}{* no newline after the tag *}{else} - {$userProfile->username}{* no newline after the tag + {@$userProfile->getFormattedUsername()}{* no newline after the tag *}{/if}