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

페이지 정보

루루아빠 2,850 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,291,261
레벨 96
경험치 1,390,416

Progress Bar 78%

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

댓글

첫 번째 댓글을 남겨 주세요

Total 7472738 페이지
제목 글쓴이 날짜 조회 추천
그누•영카트  🏆 영카트 5.4.1.3 shadow2fox 2019.12.24 2,051 0
에디터  댓글+1🏆 SmartEditor2 주소 자동 링크 기능 끄기 shadow2fox 2020.04.06 2,051 1
이윰  🏆 내글반응 내용 추출 쌍 따옴표가 &#034;로 표시되는 문제 해결하기 shadow2fox 2018.06.18 2,048 0
그누•영카트  🏆 영카트 5.3.2.8 shadow2fox 2019.03.19 2,045 0
Bootstrap  🏆 모달창 내부에서 모달창 부모 닫기 루루아빠 2018.06.02 2,036 0
그누•영카트  댓글+1🏆 그누보드 5.4.4.8 shadow2fox 2021.01.19 2,028 1
그누•영카트  🏆 그누보드 5.3.1.7 패치 shadow2fox 2018.09.18 2,023 0
그누•영카트  🏆 영카트 5.3.2.8.1 shadow2fox 2019.04.23 2,023 0
에디터  댓글+1🏆 SmartEditor2 포토 업로더 모바일에서 사진 순서 정렬하기 shadow2fox 2020.04.05 2,021 1
그누•영카트  🏆 영카트 5.4.1.2 shadow2fox 2019.12.10 2,019 0
이윰  🏆 Eyoom Builder 3.0.2 패치 루루아빠 2018.05.14 2,017 0
그누•영카트  🏆 영카트 5.4.2.3 shadow2fox 2020.03.14 2,017 0
이윰  댓글+1🏆 팝업창 페이지에서도 띄우기 shadow2fox 2019.02.05 2,014 1
이윰  🏆 태그(tag) 인덱스에서 새로운 글에 new 표시하기 shadow2fox 2018.08.26 2,004 0
그누•영카트  🏆 그누보드 5.3.2.5 shadow2fox 2019.01.29 1,999 0
이윰  🏆 공지글에는 댓글 기능 끄기 shadow2fox 2018.08.19 1,998 0
이윰  댓글+4🏆 다중 태그 입력 올바르게 shadow2fox 2021.03.12 1,995 2
이윰  댓글+1🏆 마이홈과 마이페이지에서 사이드바 사용하지 않기 shadow2fox 2019.05.26 1,994 1
그누•영카트  🏆 그누보드 5.3.2.4 shadow2fox 2019.01.08 1,992 0
그누•영카트  댓글+2🏆 그누보드 5.4.4.7.1 shadow2fox 2021.01.14 1,991 2