[해결중] 혹시 글쓰기 기본 내용 에디터 적용하신 분 계시면 좀 알려주세요

profile_image
jobple 211.♡.172.101
2023-05-10 23:31 7,945 1
총 채택 포인트
750 포인트
채택된 회원에게 주는 후원 포인트
375 포인트
채택 후 작성자(jobple) 회수 포인트
375 포인트

본문

게시판 - 디자인/양식 - 글쓰기 기본 내용 부분에 에디터를 적용하고 싶은데요 https://gnustudy.com/bbs/board.php?bo\_table=gnu\_tip&wr\_id=228 해당 링크의 방법으로 하니 작동을 하지 않습니다. 혹시 기본 내용 적용하신 회원분 계시면 좀 알려주세요
profile_image
jobple 회원등급 : 지하계 / Level 1
포인트 95
경험치 163
[레벨 1] - 진행률 82%
가입일
2023-03-27 05:17:18
서명
미입력
자기소개
미입력

최신글이 없습니다.

최신글이 없습니다.

댓글목록1

이윰EGG님의 댓글

profile_image
이윰EGG 59.♡.85.129
2023-05-12 15:57
최신 이윰빌더 기준 아래의 파일에서 다음과 같이 수정해 보기 바랍니다.
/adm/eyoom_admin/theme/eba_basic/skin/board/board_form.html.php

1287줄


<textarea id="bo_insert_content" name="bo_insert_content" rows="5"><?php echo html_purifier($board['bo_insert_content']); ?></textarea>



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


1919줄 추가  <?php echo get_editor_js("bo_insert_content"); ?>

    <?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"); ?>


고맙습니다.