나방큰도그래

[그누보드 5.2.x] 게시판 글양식 DHTML 적용하기.

adm/board_form.php 을 편집합니다.

 

891번 줄에

<th scope="row"><label for="bo_insert_content">글쓰기 기본 내용</label></th>
            <td>
                <textarea id="bo_insert_content" name="bo_insert_content" rows="5"><?php echo $board['bo_insert_content'] ?></textarea>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_grp_insert_content" value="1" id="chk_grp_insert_content">
                <label for="chk_grp_insert_content">그룹적용</label>
                <input type="checkbox" name="chk_all_insert_content" value="1" id="chk_all_insert_content">
                <label for="chk_all_insert_content">전체적용</label>
            </td>

[code]

  <th scope="row"><label for="bo_insert_content">글쓰기 기본 내용</label></th>
            <td>
                <?php echo editor_html("bo_insert_content", get_text($board['bo_insert_content'], 0)); ?>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_grp_insert_content" value="1" id="chk_grp_insert_content">
                <label for="chk_grp_insert_content">그룹적용</label>
                <input type="checkbox" name="chk_all_insert_content" value="1" id="chk_all_insert_content">
                <label for="chk_all_insert_content">전체적용</label>
            </td>

[/code] 변경

 

1296번 줄에

[code]

    <?php echo get_editor_js("bo_content_head"); ?>
    <?php echo get_editor_js("bo_content_tail"); ?>
    <?php echo get_editor_js("bo_mobile_content_head"); ?>
    <?php echo get_editor_js("bo_mobile_content_tail"); ?>
    <?php echo get_editor_js("bo_insert_content"); ?> // 추가

[/code]

 

 

|

댓글 2개

좋은정보감사합니다.
댓글을 작성하시려면 로그인이 필요합니다.

그누보드5 팁자료실

+
제목 글쓴이 날짜 조회
8년 전 조회 5,470
8년 전 조회 6,651
8년 전 조회 5,304
8년 전 조회 6,486
8년 전 조회 5,893
8년 전 조회 9,928
8년 전 조회 6,095
8년 전 조회 4,725
8년 전 조회 7,068
8년 전 조회 4,012
8년 전 조회 5,131
8년 전 조회 5,520
8년 전 조회 4,578
8년 전 조회 3,877
8년 전 조회 5,133
8년 전 조회 5,861
8년 전 조회 1.9만
8년 전 조회 6,420
8년 전 조회 4,873
8년 전 조회 9,602
8년 전 조회 1.1만
8년 전 조회 4,083
8년 전 조회 5,777
8년 전 조회 9,113
8년 전 조회 4,329
8년 전 조회 8,483
8년 전 조회 6,728
8년 전 조회 5,260
8년 전 조회 4,611
8년 전 조회 7,868