织梦图集中,上传的图片像素宽高小于系统设置定的这个尺寸: 较小的这些图片就会无法生成缩略图,导致图集在网页上缩略图显示X叉号,这应该是织梦DEDEcms的一个历史遗漏bug,可用下面方法修复。 /include/helpers/,这个文件中搜索,下面的代码: if($srcW $toWH=$toW/$toH; $srcWH=$srcW/$srcH; if($toWH { $ftoW=$toW; $ftoH=$ftoW*($srcH/$srcW); } else { $ftoH=$toH; $ftoW=$ftoH*($srcW/$srcH); } 然后用下面的大片代码替换: $ftoW=$toH; [size=; font-size: inherit,inherit, $ftoH=$toH; /// [size=; font-size: inherit,inherit, if( $srcH [size=; font-size: inherit,inherit, { [size=; font-size: inherit,inherit, $ftoW=$srcW; [size=; font-size: inherit,inherit, $ftoH=$srcH; [size=; font-size: inherit,inherit, if(function_exists("imagecreatetruecolor")) [size=; font-size: inherit,inherit, { [size=; font-size: inherit,inherit, @$ni = imagecreatetruecolor($ftoW,$ftoH); [size=; font-size: inherit,inherit, if($ni) [size=; font-size: inherit,inherit, { [size=; font-size: inherit,inherit, imagecopyresampled($ni,$im,0,500]0,0]$...
内容已隐藏,请关注公众号输入验证码查看
本帖支持关注公众号查看
【无套路 无套路 无套路 扫描二维码关注公众号发送【验证码】收到验证码 在上面输入点击提交查看即可显示隐藏内容】
|