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

페이지 정보

yadolee 루루아빠 3,054 2015.08.07 19:39:02

평점

  • 평점 : 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;
추천인
  • 추천해 주세요
yadolee
6
루루아빠 - 회원등급 : 최고관리자 - 포인트 : 1,328,414
레벨 99
경험치 1,478,262

Progress Bar 77.32%

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

댓글

첫 번째 댓글을 남겨 주세요

Total 7592738 페이지
제목 글쓴이 날짜 조회 추천
HTML5  🏆 Google Drive로 공유된 동영상 Jwplayer를 통해 플레이하기 루루아빠 2015.09.15 3,066 0
HTML5  🏆 Google Drive에 공유된 동영상 HTML5으로 플레이하기 루루아빠 2015.09.15 2,798 0
이윰  댓글+1🏆 "부트스트랩" 기반 동영상 반응형 조정하기 루루아빠 2015.09.15 3,137 0
이윰  🏆 포인트 조회 팝업창으로 뛰우기 루루아빠 2015.09.14 3,921 0
이윰  댓글+1🏆 댓글(코멘트)에 외부 이미지를 넣어보기 루루아빠 2015.09.14 3,308 0
이윰  🏆 인기검색어 관련 설정 바꾸기 루루아빠 2015.09.12 3,075 0
기타  🏆 아이프레임 반응형 100%로 아닌 특정 크기로 가운데 정렬하기 루루아빠 2015.09.11 3,324 0
기타  댓글+1🏆 Jwplayer 반응형으로 검정화면 없이 꽉차게 만들기 루루아빠 2015.09.08 4,238 0
이윰  댓글+2🏆 사운드클라우드 embed options 제어하기 루루아빠 2015.09.07 3,866 0
그누•영카트  🏆 영카트 이미지 가운데 정렬과 이미지 간격 수정 루루아빠 2015.08.28 2,903 0
그누•영카트  🏆 영카트 5.0.44 패치 루루아빠 2015.08.28 2,950 0
그누•영카트  🏆 그누보드 5.1.1 패치 루루아빠 2015.08.28 2,645 0
그누•영카트  🏆 인기검색어 갯수와 일자 수정하기 루루아빠 2015.08.24 2,580 0
이윰  🏆 포인트를 걸고 자료 배포시 포인트 수수료율(%) 변경하기 루루아빠 2015.08.23 3,385 0
그누•영카트  댓글+1🏆 비밀글 특정 레벨이상 보여주기 루루아빠 2015.08.17 3,055 0
이윰  🏆 무한스크롤을 사용하는 게시판에서 검색시 나타나는 버그 수정하기 루루아빠 2015.08.17 3,266 0
이윰  🏆 무한스크롤 사용시 한글로된 분류명을 선택했을때 "IE11"에서 문제점 루루아빠 2015.08.13 3,112 0
이윰  🏆 🚩 댓글에 이미지가 추가된 댓글을 수정할 경우 이미지가 삭제되는 버그 패치 루루아빠 2015.08.07 3,055 0
이윰  댓글+1🏆 카테고리를 사용하는 게시판에서 무한스크롤 사용시 루루아빠 2015.08.07 3,253 0
이윰  댓글+1🏆 게시판 본문 보기시 제목 글자 수 늘리기 루루아빠 2015.08.06 3,175 0