전체최신글(new.php)에서 이미지 출력하기/성공 new2.skin.php 첨부
링크
첨부
등록일
2013.09.10 00:08
본문
[4.0b6] 전체최신글(new.php)에서 이미지 출력하기
- 뽁스
- 작성일시 2013.03.25 22:45:40
- 조회 957
- 댓글 6
관련링크
최신글 스킨에 뱅마까치님께서 궁금해하셔서 올립니다.
http://sir.co.kr/bbs/board.php?bo_table=g4s_skin&wr_id=31#c_61
일단 그누보드4s 4.0b6 버전 기준입니다.
1. skin/new/basic/new.skin.php 파일 상단 if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 다음줄에
include_once(G4_LIB_PATH.'/thumbnail.lib.php');
$latest_img_width = 120; //이미지 가로 크기
$latest_img_height = 80; //이미지 세로 길이
추가하시고
2. for ($i=0; $i<count($list); $i++) 문 아래쪽에
$lt_thumb = get_list_thumbnail($list[$i][bo_table], $list[$i]['wr_id'], $latest_img_width, $latest_img_height);
if($lt_thumb['src']) {
$img_content = '<img alt="'.$lt_thumb['alt'].'" src="'.$lt_thumb['src'].'" width="'.$latest_img_width.'" height="'.$latest_img_height.'">';
} else {
$img_content = ''; // no img 대신에 그냥 출력안되게 변경
}
3. 리스트 출력부분에 이미지 추가
<td><a href="<?=$list[$i]['href']?>"><?=$list[$i]['comment']?><?=$wr_subject?></a></td>
<?=$wr_subject?> 앞쪽에 <?=$img_content;?> 를 추가하시면 됩니다.
모바일만 적용해봤는데 pc버전도 동일하게 적용될듯합니다.
감사합니다.
http://sir.co.kr/bbs/board.php?bo_table=g4s_skin&wr_id=31#c_61
일단 그누보드4s 4.0b6 버전 기준입니다.
1. skin/new/basic/new.skin.php 파일 상단 if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 다음줄에
include_once(G4_LIB_PATH.'/thumbnail.lib.php');
$latest_img_width = 120; //이미지 가로 크기
$latest_img_height = 80; //이미지 세로 길이
추가하시고
2. for ($i=0; $i<count($list); $i++) 문 아래쪽에
$lt_thumb = get_list_thumbnail($list[$i][bo_table], $list[$i]['wr_id'], $latest_img_width, $latest_img_height);
if($lt_thumb['src']) {
$img_content = '<img alt="'.$lt_thumb['alt'].'" src="'.$lt_thumb['src'].'" width="'.$latest_img_width.'" height="'.$latest_img_height.'">';
} else {
$img_content = ''; // no img 대신에 그냥 출력안되게 변경
}
3. 리스트 출력부분에 이미지 추가
<td><a href="<?=$list[$i]['href']?>"><?=$list[$i]['comment']?><?=$wr_subject?></a></td>
<?=$wr_subject?> 앞쪽에 <?=$img_content;?> 를 추가하시면 됩니다.
모바일만 적용해봤는데 pc버전도 동일하게 적용될듯합니다.
감사합니다.
###■ https://11q.kr는 정보를 찾아 공유 합니다..■ https://11q.kr
\n[이 게시물은 관리자님에 의해 2013-11-17 19:08:52 11.H_BBS에서 이동 됨]
\n[이 게시물은 관리자님에 의해 2013-11-17 19:10:20 12.H.Mobile에서 이동 됨]
\n[이 게시물은 관리자님에 의해 2013-11-18 21:29:50 11.H_BBS에서 이동 됨]
[이 게시물은 11qkr님에 의해 2021-06-16 02:40:06 11.Nas_1에서 이동 됨]
관련자료
-
링크
-
첨부등록일 2013.09.10 00:08
댓글 0
등록된 댓글이 없습니다.