자유게시판

  • [그누보드팁] 글쓰기 기본 내용을 에디터로 변경

    페이지 정보

    profile_image
    작성자천사 조회 3,673회 작성일 2020-10-17 15:28:45 댓글 0

    본문

    안녕하세요.


    수정 파일 : /adm/board_form.php 입니다.


    949번 줄


    <textarea id="bo_insert_content" name="bo_insert_content" rows="5">

    <?php echo $board['bo_insert_content'] ?></textarea>


    여기를 이렇게 수정.


    <?php echo editor_html("bo_insert_content", get_text($board['bo_insert_content'], 0)); ?>



    하단 스크립트에 <?php echo get_editor_js("bo_insert_content"); ?> 


    1419 줄 밑에 추가


    function fboardform_submit(f)
    {
        <?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"); ?>

    댓글목록

    등록된 댓글이 없습니다.

    Copyright © blog.batifa.com All rights reserved.