Drupal 6:如何将超过 1 个图像缓存分配给 1 个 cck 字段
我为
- 特色幻灯片 img
- 标准列表 img
- 详细信息页面缩略图和原始 img
创建了一些图像缓存,我需要将所有这些图像缓存分配给会员上传的 1 张图像。所以它将通过一张图像上传创建所有这些图像,我将在需要的地方使用它们。在 cck 编辑部分,我只能分配 1 个图像缓存:/
我该怎么做?我用谷歌搜索但找不到任何
建议!多谢!
I create few imagecache for
- featured slide img
- standard listing img
- details page thumb and original img
I need to assign all these imagecaches to 1 image that member upload. so It will create all these images from 1 image upload, and I will use them wherever I need. At cck editing part, I can assign only 1 imagecache :/
How can I do that? I googled but could not find anything
Appreciate advises! Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
imagecache 在第一次使用时即时生成图像。无需预先生成它们。任何图像都可以通过任何图像缓存预设运行。
CCK 的设置仅影响图像在节点模板中的默认显示方式。
imagecache generates images on-the-fly as they're used for the first time. There's no need to pre-generate them. Any image can be run through any imagecache preset.
CCK's setting only influences how the image will be displayed by default in the node template.