썸네일 함수
function g5_thumb($bo_table, $wr_id, $width = "", $height = "") {
include_once(G5_LIB_PATH.'/thumbnail.lib.php');
if ($width == "" || $height == "") {
$board = sql_fetch("select * from g5_board where bo_table='$bo_table'");
if ($width == "") $width = $board[bo_gallery_width];
if ($height == "") $height = $board[bo_gallery_height];
}
$thumb = get_list_thumbnail($bo_table, $wr_id, $width, $height);
if (!$thumb) return ""; // 여기에 noimage 넣으면 굿
return $thumb[src];
}
목록 페이지가 아닌 곳에서 썸네일을 쓰고 싶을 때,
기본 너비와 높이를 모를 때,
그럴 때 쓰면 편리합니다.
include_once(G5_LIB_PATH.'/thumbnail.lib.php');
if ($width == "" || $height == "") {
$board = sql_fetch("select * from g5_board where bo_table='$bo_table'");
if ($width == "") $width = $board[bo_gallery_width];
if ($height == "") $height = $board[bo_gallery_height];
}
$thumb = get_list_thumbnail($bo_table, $wr_id, $width, $height);
if (!$thumb) return ""; // 여기에 noimage 넣으면 굿
return $thumb[src];
}
목록 페이지가 아닌 곳에서 썸네일을 쓰고 싶을 때,
기본 너비와 높이를 모를 때,
그럴 때 쓰면 편리합니다.
댓글 2개
9년 전
감사합니다~~~~^^
7년 전
좋은정보감사합니다
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 공지 | 3년 전 | 4429 | ||
| 594 | 9년 전 | 11801 | ||
| 593 | 9년 전 | 7764 | ||
| 592 | 9년 전 | 9273 | ||
| 591 | 9년 전 | 5746 | ||
| 590 | 9년 전 | 6587 | ||
| 589 | 9년 전 | 7700 | ||
| 588 | 9년 전 | 10041 | ||
| 587 | 9년 전 | 6218 | ||
| 586 |
|
9년 전 | 11863 | |
| 585 | 9년 전 | 20010 | ||
| 584 |
병원에서일해요
|
9년 전 | 12053 | |
| 583 | 9년 전 | 10148 | ||
| 582 | 9년 전 | 6119 | ||
| 581 | 9년 전 | 11510 | ||
| 580 | 9년 전 | 7337 | ||
| 579 |
sahara
|
9년 전 | 6633 | |
| 578 |
|
9년 전 | 16920 | |
| 577 |
|
9년 전 | 8025 | |
| 576 |
|
9년 전 | 8758 | |
| 575 |
|
9년 전 | 9315 | |
| 574 |
병원에서일해요
|
9년 전 | 7001 | |
| 573 | 9년 전 | 17200 | ||
| 572 | 9년 전 | 9604 | ||
| 571 | 9년 전 | 7411 | ||
| 570 | 9년 전 | 8776 | ||
| 569 | 9년 전 | 6742 | ||
| 568 | 9년 전 | 17238 | ||
| 567 | 9년 전 | 18442 | ||
| 566 | 9년 전 | 9392 | ||
| 565 | 9년 전 | 7665 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기