웹마스터 팁

1.jpg

 

 

세진님께서 올리셨던 팁을 올렸는데.. 구가님께서 FCKeditor에서도 적용하는 방법을 여쭤 보셔서...

 

저녁먹기전에 뚝딱 팁 올려놓고 갑니다.

 

 

fckeditor의 루트에서 아래의 딱 두개의 파일만 수정하면 됩니다.

 

 

editor.html

editor.css


editor.html 수정 내용

    <!--@if($enable_component)-->
    <!-- 확장 컴포넌트 출력 -->
    <div style="display:none" id="editorExtension_{$editor_sequence}">
        <ul id="editor_component_{$editor_sequence}" class="editorComponent">
                <li>
                <img src="../../components/{$component_name}/component_icon.gif" alt="" width="13" height="12"/>
                <a href="#" onclick="return false;" id="component_{$editor_sequence}_{$component_name}" onfocus="blur()"> {$component->title}</a>
                </li>
        </ul>
     
    </div>
    <!--@end-->

 

<!---@end -- >구문 바로 다음에~ 아래의 코드를 삽입합니다.

 

<div class="cei_wrap">
        <ul class="customized_extra_icons">
                <li>
                <a href="#" onclick="return false;" id="component_{$editor_sequence}_code_highlighter" onfocus="blur()">
                <img src="../../components/code_highlighter/component_icon.gif" /> Code Highligter</a>
                </li>
                <li>
                <a href="#" onclick="return false;" id="component_{$editor_sequence}_naver_map" onfocus="blur()">
                <img src="../../components/naver_map/component_icon.gif" /> 네이버맵 연동</a>
                &nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;
                </li>
                <li>
                <a href="#" onclick="return false;" id="component_{$editor_sequence}_photo_editor" onfocus="blur()">
                <img src="../../components/photo_editor/component_icon.gif" /> 네이버-포토 에디터</a>
                &nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;
                </li>
        </ul>
</div>

editor.css에는 아래의 코드를 제일 처음이나 마지막 보기 편한 곳에 넣어 주세요

.cei_wrap li {list-style:none; position:relative; float:right; padding:0; margin:5px 0 0 0; *margin:5 0 0 0;}

 

^ㅡ^; 즐건 주말 마무리 되세요~ ^^" 

 

 

제목 글쓴이 날짜
v1.5를 위한 제어판 테마 애드온 정식 [4] file 우진홈 2012.02.13
업데이트 후 사이트 통함검색이 안되시는 분 보십시오^^ RGM 2012.02.12
1.5.1 최근 글 위젯에서 특수문자가 나가는 현상 [7] Crom 2012.02.12
댓글을 역순으로 출력하는 팁 (최근댓글이 가장 위에) [8] sejin7940 2012.02.10
make install 로 설치한 파일 제거 방법 [2] StyleRoot 2012.02.08
[XE1.4.5.10]게시판 파일첨부 버튼이 먹통일 때.. 카리브 2012.02.08
php 피카사 연동 프로그래밍 [1] 강아지60 2012.02.06
v1.5를 위한 팝업 모듈과 팝업 오프너 애드온 [55] file 우진홈 2012.02.06
스마트폰에서 xe 구축 [3] file 최태진814 2012.02.06
XE 포인트 파일캐쉬대신 memcache 사용하기 [4] 최기훈. 2012.02.06
부운영자 [26] file 송동우 2012.02.05
묻고 답하기 게시물 옮기는 法 [2] file CMD 2012.02.05
XE 1.5 이상으로 DB 이전시 일부 DB가 빠질 경우 - 내용추가(0203) [7] sejin7940 2012.02.02
확장변수이용시 숫자 일경우 정렬하기 팁 푸하라 2012.02.02
여러도메인으로 접속시 무조건 하나의 도메인으로 이동시키기 squarehacker 2012.02.02
xe 1.4.5.10 에서 board 1.4.2 (1.5용 게시판) 사용하기 file 양파농부 2012.02.01
HTML 편집모드에서 파일 첨부 본문 삽입시 자바스크립트 오류가 뜨는 문제 수정 팁 [1] misol 2012.02.01
xpresseditor 사용시 첨부파일 본문삽입 중복되는 문제 수정. [13] file misol 2012.01.31
xe1.4.5.10 에서 xe1.5의 xe_solid_enterprise 레이아웃 사용하기 양파농부 2012.01.31
1.5.x 이후 문서보기 유저 지정 애드온 안되는 현상 해결방법. [6] 해피신 2012.01.31