在Discuz X系统的分类信息中上传图片类型字段系统自动生成120120缩略图。 这段代码是写死了的,在function_threadsort.php这个文件里面,199行 $sortthread[value] = getforumimg($imgoptiondata[aid], 0, 120
在Discuz X系统的分类信息中“上传图片”类型字段系统自动生成120×120缩略图。
这段代码是写死了的,在function_threadsort.php这个文件里面,199行
$sortthread[‘value’] = getforumimg($imgoptiondata[‘aid’], 0, 120, 120);
把120修改为你的大小即可
发表评论