그누5용 스킨 썸네일 불당썸 지정 질문이요 채택완료
그누5용 스킨인데요 그누4로 바꿔서 사용하려고 합니다.
아래썸네일 처리부분을
'; } else { $img_content = 'NO IMAGE'; } echo $img_content; ?>
어떻게 수정해야 될까요?
$thumb = get_list_thumbnail($bo_table, $list[$i]['wr_id'], $imgwidth, $imgheight);
요부분이 문제인거 같은데
그누4 불당섬으로 변경방법좀 소스로 알려주시면 감사하겠습니다.
답변 1개
아래 코드를 적절히 바꾸어서 사용하시면 됩니다.
//리스트 페이지 이미지 출력 $image = urlencode($list[$i][file][0][file]); //원본 $file = $list[$i][file][0][path] .'/'. $list[$i][file][0][file]; if (preg_match("/\.(jpg|gif|png|bmp)$/i", $file) && file_exists($file)) { $img = thumbnail($file, $img2_width, $img2_height, 0, $board[bo_3], 90, 0, "", $filter, $noimg); //언샾마스크추가 } else { //에디터에서 삽입한 이미지 $edit_img = $list[$i]['wr_content']; if (eregi("data/cheditor4[^<>]*\.(gif|jp[e]?g|png|bmp)", $edit_img, $tmp)) { // data/cheditor------ $file = '../' . $tmp[0]; // 파일명 $img=thumbnail($file, $img2_width, $img2_height, 0, $board[bo_3], 90, 0, "", $filter, $no_img); //언샾마스크추가 } } if (preg_match("/\.(jpg|gif|png|bmp)$/i", $file) && file_exists($file)) { echo "
"; } else if (!file_exists($list[$i][file_image0])){ // no img echo "| ";
echo " |
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인