[라르게덴님 답변]
현재 사용하시는 스킨에 write_form.html (댓글은 comment_form.html , comment.html) 에서 <form> 태그를 보시면 xml 파일을 호출하는게 있습니다.
onsubmit="return procFilter(this, insert_comment)" 이런 부분인데요.
위 명령으로 보면 insert_comment.xml 이런 파일이 스킨 파일이나 modules/board/tpl/filter/ 안에 존재합니다.
<node target="content" required="true" minlength="1" />
<node target="content" required="true" maxlength="20"/>
minlength가 글자수 이하면 경고, maxlength는 글자수 이상이면 경고입니다.
적당히 수정하시면 되겠습니다.
Tip이 도움이 되었다면 댓글과 평가 부탁합니다.
Tip에 대한 궁금한 점은 댓글로 남겨 주시면 성심껏 답변 드립니다. 