[그누보드 5.2.x] 게시판 글양식 DHTML 적용하기. 정보
[그누보드 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>
  <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>
1296번 줄에
    <?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"); ?> // 추가
!-->!-->
                        
                추천
                
4
                
    4
댓글 2개
                
                    좋은정보감사합니다.                
                
                
            
                    
                
                    감사합니다~