테스트 사이트 - 개발 중인 베타 버전입니다

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

· 1년 전 · 1458 · 5

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;?>'>

 

 

 

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 5개

팁 감사합니다.

1년 전

감사합니다

감사합니다. 스크랩하갑니다. ^^
1년 전

감사합니다 ^^

1년 전
최신글 두번째 썸네일

게시글 목록

번호 제목
21816
21804
21803
21802
21801
21791
21773
21768
21758
21753
21750
21729
21712
21686
21682
21675
21671
21669
21657
21637
21633
21631
21623
21594
21592
21589
21580
21567
21565
21542