国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > Discuz > 正文

Discuz論壇教程之圖片附件獲取縮略圖路徑及生成方法

2024-08-30 19:07:28
字體:
來源:轉載
供稿:網友

Discuz論壇教程之圖片附件獲取縮略圖路徑makethumbpath以及生成縮略圖方法,對使用discuz論壇的愛好者是一個福音,你在用嗎,如果在用的話,趕緊來看看下面的這些教程吧!

定義文件:

/source/class/helper/helper_attach.php  

方法定義:

public static function makethumbpath($id, $w, $h){  

$dw = intval($w);  

$dh = intval($h);  

$_daid = sprintf("%09d", $id);  

$dir1 = substr($_daid, 0, 3);  

$dir2 = substr($_daid, 3, 2);  

$dir3 = substr($_daid, 5, 2);  

return $dir1.'/'.$dir2.'/'.$dir3.'/'.substr($_daid, -2).'_'.$dw.'_'.$dh.'.jpg';  

}  

參數說明:

$id:附件aid

$w:縮略圖寬度

$h:縮略圖高度

使用方法:

$path=helper_attach::makethumbpath($aid, $width,$height);  

完整路徑:

'/data/attachment/image/'.$path;  

縮略圖生成方法:

require_once libfile('class/image');  

$img = new image;  

$img->Thumb($filename, $path, $w, $h, $type);  

其中$filename為改附件圖片的原始路徑

$filename = $_G['setting']['attachdir'].'forum/'.$attach['attachment'];  

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 蒙城县| 竹山县| 海安县| 宜丰县| 镇江市| 来宾市| 大理市| 弋阳县| 攀枝花市| 铜川市| 新营市| 肇源县| 江西省| 黑山县| 卢湾区| 左贡县| 邹平县| 福贡县| 鄂尔多斯市| 乐清市| 广州市| 申扎县| 汕头市| 铜陵市| 即墨市| 通化县| 浮梁县| 安国市| 滨海县| 柘荣县| 拉萨市| 德惠市| 顺昌县| 博客| 黎川县| 弋阳县| 平舆县| 天峨县| 大连市| 甘泉县| 梅河口市|