[이윰] 댓글에 이미지가 추가된 댓글을 수정할 경우 이미지가 삭제되는 버그 패치

페이지 정보

루루아빠 2,873 2015.08.07 19:39

평점

  • 평점 : 0점 (0명 참여)

본문

각 스킨의 view.comment.skin 을 열고 다음과 같이 수정한다.
수정 전

                <input type="hidden" value="{=strstr(.wr_option,'secret')}" id="secret_comment_{.comment_id}">
                <input type="hidden" value="{.anonymous_id}" id="anonymous_id_{.comment_id}">
                <textarea id="save_comment_{.comment_id}" style="display:none">{.content1}</textarea>
수정 후

                <input type="hidden" value="{=strstr(.wr_option,'secret')}" id="secret_comment_{.comment_id}">
                <input type="hidden" value="{.anonymous_id}" id="anonymous_id_{.comment_id}">
                <input type="hidden" value="{.imgname}" id="imgname_{.comment_id}">
                <textarea id="save_comment_{.comment_id}" style="display:none">{.content1}</textarea>

수정 전

                                <div id="collapse-image-cm" class="panel-collapse collapse">
                                    <div class="tag-box tag-box-e3 margin-top-10">
                                        <label for="file" class="input input-file">
                                            <div class="button"><input type="file" id="file" name="cmt_file[]" value="이미지선택" title="파일첨부 : 용량 {_upload_max_filesize} 이하만 업로드 가능" onchange="this.parentNode.nextSibling.value = this.value">Image</div><input type="text" readonly>
                                        </label>
                                    </div>
                                </div>
수정 후

                                <div id="collapse-image-cm" class="panel-collapse collapse">
                                    <div class="tag-box tag-box-e3 margin-top-10">
                                        <label for="file" class="input input-file">
                                            <div class="button"><input type="file" id="file" name="cmt_file[]" value="이미지선택" title="파일첨부 : 용량 {_upload_max_filesize} 이하만 업로드 가능" onchange="this.parentNode.nextSibling.value = this.value">Image</div><input type="text" readonly>
                                        </label>
                                        <div id="del_cmtimg"></div>
                                    </div>
                                </div>

수정 전

            <!--{? _is_anonymous}-->
            if (document.getElementById('anonymous_id_'+comment_id).value)
                document.getElementById('anonymous').checked = true;
            else
                document.getElementById('anonymous').checked = false;
            <!--{/}-->
        }

        document.getElementById('comment_id').value = comment_id;
        document.getElementById('w').value = work;
수정 후

            <!--{? _is_anonymous}-->
            if (document.getElementById('anonymous_id_'+comment_id).value)
                document.getElementById('anonymous').checked = true;
            else
                document.getElementById('anonymous').checked = false;
            <!--{/}-->
            var imgname = document.getElementById('imgname_' + comment_id).value;
            if(imgname) {
                var delchk_str = '<label class="checkbox"><input type="checkbox" name="del_cmtimg" value="1"><i></i><span class="font-size-12">파일삭제 ('+imgname+')</span></label>';
                $("#del_cmtimg").html('');
                $("#del_cmtimg").html(delchk_str);
            }
        }
 
        document.getElementById('comment_id').value = comment_id;
        document.getElementById('w').value = work;
추천인
  • 추천해 주세요
6
루루아빠 - 회원등급 : 최고관리자 - 포인트 : 1,295,334
레벨 97
경험치 1,399,531

Progress Bar 10%

- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑 루루아빠랍니다~~

댓글

첫 번째 댓글을 남겨 주세요

Total 242513 페이지
제목 글쓴이 날짜 조회 추천
이윰  댓글+3🏆 출석체크 점수 경험치로 부여하기 루루아빠 2019.08.11 2,518 2
이윰  🏆 🎞️ 검색시 본문 내용 나오지 않게 하기 루루아빠 2015.11.15 2,527 0
이윰  🏆 본문 내용 추출시 특정 태그 제거하기 루루아빠 2016.05.09 2,530 0
이윰  🏆 블로그 스킨(blog skin) 갤러리 목록에서 box 이미지 높이 줄이기 루루아빠 2016.02.17 2,551 0
이윰  🏆 메인주소를 쇼핑몰로 사용하기 루루아빠 2016.07.27 2,553 0
이윰  🏆 이윰빌더에 태그 검색창 달기 루루아빠 2017.04.18 2,557 0
이윰  🏆 Eyoom Builder 1.3.8 패치 루루아빠 2017.11.21 2,563 0
이윰  🏆 Eyoom Builder 3.0.1 패치 루루아빠 2018.04.16 2,570 0
이윰  🏆 스크랩할때 댓글 적지 않아도 스크랩 허용하기 루루아빠 2015.09.22 2,571 0
이윰  댓글+5🏆 게시글 작성 시 외부 이미지를 저장하여 썸네일화하기 shadow2fox 2021.01.01 2,580 2
이윰  🏆 Eyoom Builder 1.2.5 패치 루루아빠 2016.06.10 2,580 0
이윰  🏆 이윰빌더 시즌1 → 시즌4 업그레이드 가이드 shadow2fox 2018.10.05 2,591 0
이윰  댓글+1🏆 카카오TV 플레이어 최신 버전 재생 오류 해결하기 shadow2fox 2019.03.11 2,592 1
이윰  🏆 이윰레벨을 사용치 않고 그누레벨만 사용하기 루루아빠 2016.05.17 2,594 0
이윰  🏆 Eyoom Builder 1.2.6 패치 루루아빠 2016.08.26 2,601 0
이윰  🏆 Eyoom Builder 1.1.11 패치 루루아빠 2015.10.15 2,606 0
이윰  댓글+7🏆 유튜브 플레이리스트(playlist) 썸네일 추출과 올바르게 적용하기 shadow2fox 2021.09.01 2,606 3
이윰  🏆 블로그 스킨(masonry)에서 Lazy Load(unveil) 사용시 목록 올바르게 보여 주기 루루아빠 2016.11.16 2,613 0
이윰  🏆 모바일에서 이미지 넓이 높이 태그 제거하기 루루아빠 2015.05.07 2,622 1
이윰  🏆 Eyoom Builder 1.3.11 패치 루루아빠 2017.11.21 2,633 0