t3extblog
t3extblog copied to clipboard
Set current BE user as author for new posts
trafficstars
Seems only possible by using some TYPO3 API hooks (seems not that easy) or by adding TCAdefaults for each user (already possible, but not that comfortable).
Related links: https://forge.typo3.org/issues/17745 https://forge.typo3.org/issues/36338
just curious since the documentation says
Author: is determined by the current BE user
is this supposed to be working or not (yet)?
No, it's not working. I guess that's just an error in the docs. Sorry for the confusion. Pushed a fix to 5.x and master branch. Thanks for asking / reporting!
Thanks for the clarification!