갤러리에서 '공지'를 선택하면

갤러리에서 '공지'를 선택하면

QA

갤러리에서 '공지'를 선택하면

본문

갤러리 등록할때 공지를 체크하면 아래와 같이 나옵니다.

youngcart5.0.31 로 작업했었는데 해결 된 문제인지 궁금합니다. 

b40bbb46d615178881493d05ec636686_1432903856_2585.GIF 

 

최신 버전 패치는 아직 하지 않았는데 해결된 버그일까요?

이 질문에 댓글 쓰기 :

답변 1

어떤게 버그라는 말씀이신가요? 배포판에 있는 기본 스킨이 원래 그런 형태입니다.

 

원하시는 게 이게 맞는지 모르겠지만

공지를 체크하면 원래 목록에 있던그림이 없어지고 공지라는 글자가 대신 보이게 됩니다.

공지도 다른 게시물처럼 이미지를 보이게 하려면 해당 게시판 스킨 list.skin.php 파일에서 아래 부분을

 

                    <?php

                    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;

                    }

                     ?> 

 

 

이렇게 변경하면 됩니다.

 

<?php

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

?> 

 

답변을 작성하시기 전에 로그인 해주세요.
전체 125,940 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT