테스트 사이트 - 개발 중인 베타 버전입니다

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

ㅐ늑대ㅐ 11년 전 조회 4,136
<div>최소 코멘트수 제한이 적용되지 않습니다.</div>

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

<div>
</div>스킨에서 view_comment.skin.php 않에



<div>
</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 > 0 || char_max > 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 > 0 && char_min > 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 > 0 && char_max < 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>
</div>

<div>
</div>

<div>
</div>

<div>bbs/view_comment.php 않에</div>

<div>
</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>
</div>

<div>include_once("$board_skin_path/view_comment.skin.php");</div></div>

<div>
</div>

<div>다 있는데&nbsp;최소 코멘트수 제한이 적용되지 않됩니다</div>
댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인