是否可以刷新 Drupal 7 中的所有图像模块目录?

发布于 2024-11-02 06:35:03 字数 34 浏览 0 评论 0原文

有没有办法一次刷新所有图像目录?也许使用 Drush?

Is there a way to flush all of the image directories at once? Perhaps using Drush?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

兔小萌 2024-11-09 06:35:03

另外,在安装了 drush 的情况下,从命令行:

drush image-flush

它会为您提供所有类别的下拉列表。选择“全部”!

Also, from the command line, with drush installed:

drush image-flush

which gives you a drop-down of all catagories. Choose 'all'!

凉城已无爱 2024-11-09 06:35:03

我已经在我的系统上完成了此操作,但请确保在您自己测试时对其进行备份。

只需删除文件目录中的 styles 目录即可。它们将在加载时重新创建。

即从命令行,从您的 Web 根目录,您将运行:

$ rm -rf sites/default/files/styles

您可能会遇到权限问题,因为这些文件将由 Web 用户拥有。在这种情况下,也许您可​​以有一个表格 &模块中的提交处理程序删除这些文件,因为它将由 Web 用户运行。不过那是另一个话题了。

I've done this on my system, but make sure you back it up when you test it out yourself.

Simply delete the styles directory in your files directory. They will re-create as they are loaded.

i.e. from the command line, from your web root, you would run:

$ rm -rf sites/default/files/styles

You may run into permission issues as those files will be owned by the web user. In that case, maybe you could have a form & submit handler in a module delete those files since that would be run by the web user. That is another topic though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文