이윰게시판 단축키 박스 삭제 > 시즌3 질문과 답변

본문 바로가기

시즌3 질문과답변

[해결중] 이윰게시판 단축키 박스 삭제

  • - 별점 : 평점
  • - [ 0| 참여 0명 ]

본문

안녕하세요.

이윰 게시판 단축키 박스 삭제하고 싶은데 수정파일과 라인을 알고 싶습니다.

답변 부탁 드립니다.

0 0
로그인 후 추천 또는 비추천하실 수 있습니다.
포인트 7,376
경험치 3,881
[레벨 6] - 진행률 74%
가입일
2016-04-04 09:40:18
서명
미입력
자기소개
미입력

최신글이 없습니다.

최신글이 없습니다.

댓글목록2

이윰IN님의 댓글

profile_image
크게 2가지 방법이 있는데요.

1. 그누보드 원본 소스를 수정하는 직접적인 방법
/plugin/editor/smarteditor2/editor.lib.php 파일 19 ~ 44번째 라인의 단축키 버튼 관련 소스 주석처리 또는 삭제
    if ($is_dhtml_editor)
        $html .= '<script>document.write("<div class='cke_sc'><button type='button' class='btn_cke_sc'>단축키 일람</button></div>");</script>';

    if ($is_dhtml_editor && $js) {
        $html .= "\n".'<script src="'.$editor_url.'/js/service/HuskyEZCreator.js"></script>';
        $html .= "\n".'<script>var g5_editor_url = "'.$editor_url.'", oEditors = [], ed_nonce = "'.ft_nonce_create('smarteditor').'";</script>';
        $html .= "\n".'<script src="'.$editor_url.'/config.js"></script>';
        $html .= "\n<script>";
        $html .= '
        $(function(){
            $(".btn_cke_sc").click(function(){
                if ($(this).next("div.cke_sc_def").length) {
                    $(this).next("div.cke_sc_def").remove();
                    $(this).text("단축키 일람");
                } else {
                    $(this).after("<div class='cke_sc_def' />").next("div.cke_sc_def").load("'.$editor_url.'/shortcut.html");
                    $(this).text("단축키 일람 닫기");
                }
            });
            $(document).on("click", ".btn_cke_sc_close", function(){
                $(this).parent("div.cke_sc_def").remove();
            });
        });';
        $html .= "\n</script>";
        $js = false;
    }


2. /eyoom/theme/테마명/skin_bs/board/스킨명/write.skin.html 파일에서 jquery 를 활용하여 숨기기 처리하기
하단 스크립트 영역에 아래 소스를 적용해 보세요.
<script>
$(function() {
	$('.cke_sc').hide();
});
</script>


직접 처리해 본 것은 아니니 적용해 보시고 피드백 부탁드립니다.
감사합니다.

축하합니다. 첫댓글 포인트 63포인트를 획득하였습니다.

부끄럼소년님의 댓글의 댓글

profile_image
1. 방법으로 해결했습니다.
성실한 답변 고맙습니다^^
이윰빌더 시즌4 질문과 답변 게시판입니다.

질문과 답변 게시판에는 가능한 이윰 관리자가 답변을 드리지 않습니다. 회원간 활성화 될수 있도록 도움 부탁드리며, 질문자는 원하는 답변이 달릴경우 꼭 채택하여 주시기 바랍니다.

상품구매 및 유료상품 문의는 1:1문의 게시판을 이용해 주시기 바랍니다.

1:1문의 바로가기 : https://eyoom.net/bbs/qalist.php

전체 10 건 - 1 페이지
번호
제목
글쓴이
채택포인트
별점
사이트 내 전체검색