在 Joomla 中为图像文件添加时间戳

Add timestamp to image files in Joomla

我的 Joomla 网站经常更新。如何自动为所有图像文件添加时间戳?这样用户将获得最新的图像。我还想设置时间戳的更新频率。

我看到 Gantry 5 在他们的一个插件中有这个功能,但它需要使用龙门平台的模板。我正在使用 Joomlart 的 T3。

http://docs.gantry.org/gantry5/faq/asset-timestamps

找到方法了。使用名为 Sourcerer 的扩展。我能够将 ...jpg?{source}<?php echo date('Y,m') ?>{/source} 放入我的模块中。