영카트 SMS와 에디터가 안됩니다. ㅠㅠ

영카트 SMS와 에디터가 안됩니다. ㅠㅠ

QA

영카트 SMS와 에디터가 안됩니다. ㅠㅠ

답변 1

본문

안녕하세요.

영카트 세팅 중인데요.. 별로 만진것도 없는데 SMS와 게시판 에디터가 안나오네요...

SMS는 테스트 보내기는 되는데 회원가입, 상품구입등 세팅에 체크를 해놔도 안되네요..ㅠㅠ

 

에디터는 처음부터 안나왔던거 같구요... 관리자 페이지에 에디터 설정도 되어있는데 왜 안나오는지..ㅠㅠ 답답하네요...

 

에디터는 뭔가 기본적으로 되는게 없는 느낌이랄까요..ㅠ 

게시판 소스를 보면 아래와 같이 나옵니다.

 

 <tr>
            <th scope="row"><label for="wr_content">내용<strong class="sound_only">필수</strong></label></th>
            <td class="wr_content">
                                <span class="sound_only">웹에디터 시작</span><script>document.write("<div class='cke_sc'><button type='button' class='btn_cke_sc'>단축키 일람</button></div>");</script>
<script src="http://demo.sir.kr/gnuboard5/plugin/editor/smarteditor2/js/HuskyEZCreator.js"></script>
<script>var g5_editor_url = "http://demo.sir.kr/gnuboard5/plugin/editor/smarteditor2", oEditors = [], ed_nonce = "ea225e10b8";</script>
<script src="http://demo.sir.kr/gnuboard5/plugin/editor/smarteditor2/config.js"></script>
<script>
        $(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("http://demo.sir.kr/gnuboard5/plugin/editor/smarteditor2/shortcut.html");
                    $(this).text("단축키 일람 닫기");
                }
            });
            $(document).on("click", ".btn_cke_sc_close", function(){
                $(this).parent("div.cke_sc_def").remove();
            });
        });
</script>
<textarea id="wr_content" name="wr_content" class="smarteditor2" maxlength="65536" style="width:100%;height:300px"></textarea>
<span class="sound_only">웹 에디터 끝</span>                            </td>
        </tr>

이 질문에 댓글 쓰기 :

답변 1

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 125,873
© SIRSOFT
현재 페이지 제일 처음으로