은근 필요하신분이 많을꺼라 생각해서 만들어봤어요
LIST

VIEW

WRITE

[[사용방법]]
1. lib 수정(https://sir.kr/g5_tip/2410)
[code]
function get_list_thumbnail($bo_table, $wr_id, $thumb_width, $thumb_height, $is_create=false, $is_crop=false, $crop_mode='center', $is_sharpen=false, $um_value='80/0.5/3')
{
global $g5, $config;
$filename = $alt = $data_path = '';
$edt = false;
$row = get_thumbnail_find_cache($bo_table, $wr_id, 'file');
[/code]
를
[code]
function get_list_thumbnail($bo_table, $wr_id, $thumb_width, $thumb_height, $is_create=false, $is_crop=true, $crop_mode='center', $is_sharpen=false, $um_value='80/0.5/3', $option=0)
{
global $g5, $config;
$filename = $alt = "";
$edt = false;
$sql = " select bf_file, bf_content from {$g5['board_file_table']}
where bo_table = '$bo_table' and wr_id = '$wr_id' and bf_type between '1' and '3' order by bf_no limit $option, 1 ";
$row = sql_fetch($sql);
[/code]
2-1. 글읽기(level: 2) - 로그인 시 설정한 썸네일 보이기
2-2. 글읽기(level: 1) - 설정한 썸네일 보이기
->주석 또는 삭제 필요
list.skin.php(132~137)
[code]
if($is_member){
echo $img_content;
}else{
echo $img_mosaic;
echo $img_text;
를
echo $img_content; //이것만으로 변경
[/code]
댓글 17개
게시글 목록
| 번호 | 제목 |
|---|---|
| 47278 |
갤러리
전후사진 갤러리
21
|
| 47208 |
최신글
랜덤글가져오기
29
|
| 47189 | |
| 47140 |
외부로그인
이쁜 UI의 로그인
38
|
| 47135 | |
| 47084 |
게시판
아이프레임 전용게시판
28
|
| 47081 | |
| 47023 |
게시판
회사연혁 게시판
34
|
| 46933 | |
| 46901 | |
| 46819 |
레이아웃
내용관리
18
|
| 46750 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기