최소 코멘트수 제한이 적용되지 않습니다.

최소 코멘트수 제한이 적용되지 않습니다.

QA

최소 코멘트수 제한이 적용되지 않습니다.

본문

<div>최소 코멘트수 제한이 적용되지 않습니다.</div>
<div><span style="font-family: gulim, helvetica; line-height: 23.53333282470703px">관리자 페이지에서 최소 코멘트수 제한에 숫자를 넣고 적용을했는데 적용이 되지 않습니다.</span></div>
<div><br /></div>스킨에서 view_comment.skin.php 않에

<div><br /></div>
<div>
<div>&nbsp; &nbsp; // 양쪽 공백 없애기</div>
<div>&nbsp; &nbsp; var pattern = /(^\s*)|(\s*$)/g; // \s 공백 문자</div>
<div>&nbsp; &nbsp; document.getElementById('wr_content').value = document.getElementById('wr_content').value.replace(pattern, "");</div>
<div>&nbsp; &nbsp; if (char_min &gt; 0 || char_max &gt; 0)</div>
<div>&nbsp; &nbsp; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; check_byte('wr_content', 'char_count');</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; var cnt = parseInt(document.getElementById('char_count').innerHTML);</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; if (char_min &gt; 0 &amp;&amp; char_min &gt; cnt)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; alert("코멘트는 "+char_min+"글자 이상 쓰셔야 합니다.");</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return false;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; } else if (char_max &gt; 0 &amp;&amp; char_max &lt; cnt)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; alert("코멘트는 "+char_max+"글자 이하로 쓰셔야 합니다.");</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return false;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; else if (!document.getElementById('wr_content').value)</div>
<div>&nbsp; &nbsp; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; alert("코멘트를 입력하여 주십시오.");</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; return false;</div>
<div>&nbsp; &nbsp; }</div></div>
<div><br /></div>
<div><br /></div>
<div><br /></div>
<div>bbs/view_comment.php 않에</div>
<div><br /></div>
<div>
<div>// &nbsp;코멘트수 제한 설정값</div>
<div>if ($is_admin)</div>
<div>{</div>
<div>&nbsp; &nbsp; $comment_min = $comment_max = 0;</div>
<div>}</div>
<div>else</div>
<div>{</div>
<div>&nbsp; &nbsp; $comment_min = (int)$board[bo_comment_min];</div>
<div>&nbsp; &nbsp; $comment_max = (int)$board[bo_comment_max];</div>
<div>}</div>
<div><br /></div>
<div>include_once("$board_skin_path/view_comment.skin.php");</div></div>
<div><br /></div>
<div>다 있는데&nbsp;최소 코멘트수 제한이 적용되지 않됩니다</div>

이 질문에 댓글 쓰기 :

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

회원로그인

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