Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
admin每次user在后端创建新记录时,我的扩展都需要通知主。
admin
user
当管理员登录到他/她的后端时,应该会显示一个通知。
为此,我需要知道保存后控件从 TCA 表单移到哪里?
Typo3 版本 6.1.1。扩展是基于扩展构建器构建的。
sys_logtable 已经收集了这些数据,因此您可以编写一个小的 BE 模块,它将向管理员显示过滤后的事件。
sys_log