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.
我正在修改 Joomla 组件的来源。有时这些更改没有反映出来,但有时它可以工作。
joomla 中是否有任何清洁或修复和重建方法?
所以我可以立即得到我修改的效果。
嘿 Abdul 你想通过修改 Joomla 的源文件来实现什么。您可以通过编写插件而不破解核心文件来做到这一点。Joomla 中有许多用户事件可用。我认为您想在登录时做一些事情,以便您可以使用 onUserLogin 事件。检查此链接。http://docs.joomla.org/Plugin/Events/User