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 网站上列出最近修改的页面 URL。这是直截了当的吗?有这个模块吗?
非常感谢
从菜单管理器中,您可以列出一个类别中的所有文章。
检查选项Article Order->Most recent first
Article Order
Most recent first
Date for Ordering->Modification date
Date for Ordering
Modification date
否则,您需要更加努力地搜索一个扩展来测试您的编程技能,在 com_content 中构建一个模块或一个新视图,以显示您需要的内容。
让我知道这是否有帮助。