我的Joomla网站经常更新。如何自动为所有镜像文件添加时间戳?因此用户将获得最新图像。我还想设置时间戳更新的频率。
我看到Gantry 5在他们的一个插件中有这个功能,但它需要使用龙门平台的模板。我正在使用Joomlart的T3。
http://docs.gantry.org/gantry5/faq/asset-timestamps
发布于 2017-02-18 08:25:08
找到了一种方法。使用名为Sourcerer的扩展。我能够将...jpg?{source}<?php echo date('Y,m') ?>{/source}放入我的模块中。
https://stackoverflow.com/questions/42309193
复制相似问题