Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 【解决】开启远程图片后,diy模块不能显示缩略图

[复制链接]
bugx 发表于 2018-12-18 11:28:41 | 显示全部楼层 |阅读模式
开启了远程图片后,diy模块的缩略图无法使用了,都是显示的原图。这个造成页面打开速度,宽带占有问题比较大。
/source/module/misc/misc_imgcropper.php文件倒数第2行
  1. $image->Cropper($image->target, $cropfile, $cutwidth, $cutheight, $left, $top);
复制代码
后面把远程图片那段代码附上去。
  1. $image->Cropper($image->target, $cropfile, $cutwidth, $cutheight, $left, $top);

  2.        if ($_G['setting']['ftp']['on']) {
  3.     $ftp = &discuz_ftp::instance();
  4.     $ftp -> connect();
  5.     if ($ftp -> connectid) {
  6.     $ftp -> upload($_G['setting']['attachurl'].$cropfile, $cropfile);
  7.   }
  8.        }

复制代码


allthebest 发表于 2018-12-20 09:03:02 | 显示全部楼层
帖子引用 相册图片 diy模块能显示缩略图吗?
回复

使用道具 举报

 楼主| bugx 发表于 2019-1-2 14:27:07 | 显示全部楼层
allthebest 发表于 2018-12-20 09:03
帖子引用 相册图片 diy模块能显示缩略图吗?

这个方法还不太完美
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-26 05:29 , Processed in 0.020274 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表