적용하시기전 먼저 http://www.zeroboard.com/16700971 반드시 읽어 주세요.

[DOCUMENT MODULE]

1. modules/document/document.item.php

line 589 부분에         소스를 삽입한다.
 /**
         * @brief 에디터 html을 구해서 return
         **/
        function getEditor() {
            $module_srl = $this->get('module_srl');
            if(!$module_srl) $module_srl = Context::get('module_srl');

            $oEditorModel = &getModel('editor');
            return $oEditorModel->getModuleEditor('document', $module_srl, $this->document_srl, 'document_srl', 'content');
        }

  function getExtra_vars_Editor() {
            $module_srl = $this->get('module_srl');
            if(!$module_srl) $module_srl = Context::get('module_srl');

            $oEditorModel = &getModel('editor');
            return $oEditorModel->getModuleEditor('extra_vars', $module_srl, $this->document_srl, 'document_srl', 'content');
        }

[COMMENT MODULE]

1. modules/comment/tpl/comment_module_config.html

line 1 부분에         소스를 삽입한다.
<!--@if($module_info->enable_comment_editor !='N')-->
<!--%import("filter/insert_comment_module_config.xml")-->

line 28 부분에         소스를 삽입한다.
<div class="gap1"></div>
<!--@end-->

[FILE MODULE]

1. modules/file/tpl/file_module_config.html

line 1 부분에         소스를 삽입한다,
<!--@if($module_info->enable_comment_editor !='N' || $module_info->enable_editor!='N')-->
<!--%import("filter/insert_file_module_config.xml")-->

line 53 부분에         소스를 삽입한다,
   <div class="gap1"></div>
<!--@end-->