베이직 게시판
목록의
제목옆에
파일1 으로 첨부된 이미지를
썸네일로
넣고 싶습니다
부탁드립니다 꾸벅~~
초보입니다ㅠ.ㅠ
|
답변 3개 / 댓글 2개
채택된 답변
+20 포인트
8년 전
기본 갤러리 게시판 리스트 내용입니다.
Copy
if ($list[$i]['is_notice']) { // 공지사항 ?> <strong style="width:<?php echo $board['bo_gallery_width'] ?>px;height:<?php echo $board['bo_gallery_height'] ?>px">공지</strong> <?php } else { $thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_gallery_width'], $board['bo_gallery_height']); if($thumb['src']) { $img_content = '<img src="'.$thumb['src'].'" alt="'.$thumb['alt'].'" width="'.$board['bo_gallery_width'].'" height="'.$board['bo_gallery_height'].'">'; } else { $img_content = '<span style="width:'.$board['bo_gallery_width'].'px;height:'.$board['bo_gallery_height'].'px">no image</span>'; } echo $img_content; }
8년 전
게시판 스킨을 바꾸세요

답변에 대한 댓글 2개
e편한세상공인중개사
8년 전
<td><a href="<?php echo $list[$i]['href'] ?>" target="_blank"><?php echo $list[$i]['wr_subject'] ?></a></td>
제목나오는 부분인데
이옆에 첨부이미지 썸네일 나오게 하고 싶거든요
제목나오는 부분인데
이옆에 첨부이미지 썸네일 나오게 하고 싶거든요
답변을 작성하려면 로그인이 필요합니다.