채택완료

제목 옆에 첨부이미지 나오게 해 주세요

8년 전 2,226

베이직 게시판

목록의

제목옆에

파일1 으로 첨부된 이미지를

썸네일로

넣고 싶습니다

부탁드립니다 꾸벅~~

초보입니다ㅠ.ㅠ

 

|

답변 3개 / 댓글 2개

채택된 답변
+20 포인트

기본 갤러리 게시판 리스트 내용입니다.

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;                    }
 

게시판 스킨을 바꾸세요

43baf5a642ea029821527a008c85f0ad_1498093551_37.png
 

답변에 대한 댓글 2개

새로만든 다른 게시판스킨 입니다
<td><a href="<?php echo $list[$i]['href'] ?>" target="_blank"><?php echo $list[$i]['wr_subject'] ?></a></td>

제목나오는 부분인데
이옆에 첨부이미지 썸네일 나오게 하고 싶거든요

답변을 작성하려면 로그인이 필요합니다.