latest 최신글에서 두번째 이미지 썸네일 사용하기 > 그누보드5 팁자료실

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!

그누보드5 팁자료실

latest 최신글에서 두번째 이미지 썸네일 사용하기 정보

latest 최신글에서 두번째 이미지 썸네일 사용하기

본문

latest에서 두번째 또는 세번째... 첨부를 썸네일로 만들기 입니다

extend/user.config.php 또는 extend/default.config.php에 다음 함수를 넣으세요

 

function latest_thumb2($bo_table, $wr_id, $thumb_width, $thumb_height, $bf_no=1){
    global $g5;
$file=sql_fetch(" select bf_file from {$g5['board_file_table']} where bo_table = '$bo_table' and wr_id = $wr_id and bf_no=$bf_no");
$filename = $file['bf_file'];

$filepath = "data/file/{$bo_table}"; 
$thumb_file2 = thumbnail($filename, $filepath, $filepath, $thumb_width, $thumb_height, false, true);
$thumb2 = $filepath."/{$thumb_file2}";
return $thumb2;
}

============

기존 썸네일 만들기 코드 $thumb = get_list_thumbnail(~~~) <== 다음에 넣으세요 

$bf_no=1; // 두번째 첨부화일 썸네일
$thumb2 = latest_thumb2($bo_table, $list[$i]['wr_id'], $thumb_width, $thumb_height, $bf_no);

============

<img src='<?php echo $thumb2;?>'>

 

 

 

추천
7

댓글 5개

전체 2,431 |RSS
그누보드5 팁자료실 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT