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

페이지 정보

yadolee 루루아빠 3,098 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,333,141
레벨 100
경험치 1,489,139

Progress Bar 13.8%

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

댓글

첫 번째 댓글을 남겨 주세요

Total 7621926 페이지

제목 글쓴이 날짜 조회 추천
그누•영카트  🏆 인기검색어 등록 특정 단어 제외시키기 shadow2fox 2019.12.17 2,296 0
jQuery  🏆 타겟 링크가 내 주소인지 외부 주소인지 확인하기 루루아빠 2018.05.22 2,289 0
그누•영카트  🏆 영카트 5.3.3.2 shadow2fox 2019.08.13 2,284 0
그누•영카트  댓글+2🏆 그누보드 5.4.3.1 shadow2fox 2020.11.24 2,281 2
이윰  🏆 공지글에는 댓글 기능 끄기 shadow2fox 2018.08.19 2,277 0
이윰  댓글+1🏆 마이홈과 마이페이지에서 사이드바 사용하지 않기 shadow2fox 2019.05.26 2,275 1
이윰  🏆 내글반응 페이지 내 전체 선택 체크박스 올바르게 적용하기 shadow2fox 2019.05.06 2,273 0
그누•영카트  🏆 영카트 5.4.1.3 shadow2fox 2019.12.24 2,269 0
그누•영카트  댓글+1🏆 그누보드 5.4.2 shadow2fox 2020.02.19 2,267 2
PHP  댓글+2🏆 PHP 8.1.0 이용 시 그누보드 visit 관련 DB에서 MYSQL PHP Fatal error 루루아빠 2021.11.26 2,265 1
그누•영카트  댓글+1🏆 그누보드 5.4.1.3 shadow2fox 2019.12.24 2,261 1
그누•영카트  🏆 그누보드 5.4.1.1 shadow2fox 2019.12.03 2,261 0
그누•영카트  🏆 그누보드 5.3.2.1 패치 shadow2fox 2018.12.11 2,255 0
그누•영카트  🏆 영카트 5.4.2.2 shadow2fox 2020.03.04 2,250 0
그누•영카트  🏆 그누보드 5.3.2.6 shadow2fox 2019.02.15 2,244 0
이윰  🏆 태그(tag) 인덱스에서 새로운 글에 new 표시하기 shadow2fox 2018.08.26 2,242 0
그누•영카트  🏆 영카트 5.3.2.8.1 shadow2fox 2019.04.23 2,239 0
그누•영카트  🏆 그누보드 5.3.1.2 패치 루루아빠 2018.04.21 2,236 0
그누•영카트  🏆 영카트 5.4.1.9 shadow2fox 2020.02.08 2,234 0
그누•영카트  🏆 영카트 5.3.3.3.1 shadow2fox 2019.10.05 2,233 0
이윰  🏆 Eyoom Builder 3.0.2 패치 루루아빠 2018.05.14 2,233 0
그누•영카트  댓글+2🏆 그누보드 5.4.4.3 shadow2fox 2021.01.06 2,230 2
그누•영카트  🏆 게시판 관리자는 글쓰기, HTML, DHTML 제한 적용받지 않기 shadow2fox 2018.06.09 2,227 0
JavaScript  🏆 사용자의 브라우저를 검출하는 방법 shadow2fox 2018.08.22 2,203 0
그누•영카트  🏆 영카트 5.3.1.9 패치 shadow2fox 2018.10.19 2,198 0
이윰  🏆 최신 브라우저에서 푸시 사운드 문제 해결하기 shadow2fox 2018.07.20 2,197 0
그누•영카트  🏆 영카트 5.3.2.0 패치 shadow2fox 2018.11.22 2,193 0
그누•영카트  🏆 그누보드 5.3.3.1 shadow2fox 2019.07.16 2,189 0
그누•영카트  🏆 게시글 제목이나 본문에 적용되는 단어 필터링 관리자는 제외하기 shadow2fox 2018.07.30 2,189 0
그누•영카트  🏆 영카트 5.3.3.3 shadow2fox 2019.09.17 2,186 0