TYPO3 10.3: Username in frontend
问题 In TYPO3 9 I managed to display the current username in a FLUID-template with the following Typoscript: [loginUser=*] temp.username = TEXT temp.username { insertData = 1 value = {TSFE:fe_user|user|username} noTrimWrap = | || } [global] In TYPO3 10.4 this is not working anymore. Any idea how to display the current user? Many thanks! Urs 回答1: It's probably not working because you're using the old TypoScript conditions. Since TYPO3 9 the conditions work with Symfony expressions. The old