2026, 새로운 도약을 시작합니다.

그누보드 게시판 스킨에서 textarea 를 못찾겠습니다. 채택완료

write.skin.php 파일에서 textarea가 들어가는 코드는 아래 부분입니다.

필수입력이여서 required를 제거하고 싶은데 실제 textarea는 어디에 위치한거죠?

3667674134_1669261122.1224.png

<div class="contentArea write_div" style="margin-top:30px;">
        <label for="" class="sound_only"></label>
        <span class="subject">추가사항</span>
        <div title="추가사항" class="contentInput  <?php echo $is_dhtml_editor ? $config['cf_editor'] : ''; ?>">
            <?php if($write_min || $write_max) { ?>
            <!-- 최소/최대 글자 수 사용 시 -->
            <p id="char_count_desc">이 게시판은 최소 <strong><?php echo $write_min; ?></strong>글자 이상, 최대 <strong><?php echo $write_max; ?></strong>글자 이하까지 글을 쓰실 수 있습니다.</p>
            <?php } ?>
            <?php echo $editor_html; // 에디터 사용시는 에디터로, 아니면 textarea 로 노출 ?>
            <?php if($write_min || $write_max) { ?>
            <!-- 최소/최대 글자 수 사용 시 -->
            <div id="char_count_wrap"><span id="char_count"></span>글자</div>
            <?php } ?>
        </div>

    </div>

답변 1개

채택된 답변
+20 포인트

내용은 그런 방법으로는 필수 입력을 해제할 수 없습니다.

참고하세요.

https://gnustudy.com/bbs/board.php?bo_table=skin_board&wr_id=248

로그인 후 평가할 수 있습니다

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

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

로그인
🐛 버그신고