mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Change default editor colorset in other modules to moono-lisa
This commit is contained in:
parent
e17c4b9c38
commit
d4353fa8d2
4 changed files with 5 additions and 5 deletions
|
|
@ -39,8 +39,8 @@ class editorAdminView extends editor
|
|||
if(!$editor_config->comment_editor_height) $editor_config->comment_editor_height = 100;
|
||||
if(!$editor_config->editor_skin) $editor_config->editor_skin = 'ckeditor';
|
||||
if(!$editor_config->comment_editor_skin) $editor_config->comment_editor_skin = 'ckeditor';
|
||||
if(!$editor_config->sel_editor_colorset) $editor_config->sel_editor_colorset= 'moono';
|
||||
if(!$editor_config->sel_comment_editor_colorset) $editor_config->sel_comment_editor_colorset= 'moono';
|
||||
if(!$editor_config->sel_editor_colorset) $editor_config->sel_editor_colorset= 'moono-lisa';
|
||||
if(!$editor_config->sel_comment_editor_colorset) $editor_config->sel_comment_editor_colorset= 'moono-lisa';
|
||||
|
||||
$component_list = $oEditorModel->getComponentList(false, $site_srl, true);
|
||||
$editor_skin_list = FileHandler::readDir(_XE_PATH_.'modules/editor/skins');
|
||||
|
|
|
|||
|
|
@ -267,7 +267,7 @@ class editorModel extends editor
|
|||
if(!$skin) $skin = 'ckeditor';
|
||||
|
||||
$colorset = $option->colorset;
|
||||
if(!$colorset) $colorset = 'moono';
|
||||
if(!$colorset) $colorset = 'moono-lisa';
|
||||
Context::set('colorset', $colorset);
|
||||
Context::set('skin', $skin);
|
||||
Context::set('module_type', $option->module_type);
|
||||
|
|
|
|||
|
|
@ -1546,7 +1546,7 @@ class memberController extends member
|
|||
if(!$args->skin) $args->skin = "default";
|
||||
if(!$args->colorset) $args->colorset = "white";
|
||||
if(!$args->editor_skin) $args->editor_skin= "ckeditor";
|
||||
if(!$args->editor_colorset) $args->editor_colorset = "moono";
|
||||
if(!$args->editor_colorset) $args->editor_colorset = "moono-lisa";
|
||||
if($args->enable_join!='Y') $args->enable_join = 'N';
|
||||
$args->enable_openid= 'N';
|
||||
if($args->profile_image !='Y') $args->profile_image = 'N';
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ class memberModel extends member
|
|||
if(!$config->max_error_count_time) $config->max_error_count_time = 300;
|
||||
|
||||
if(!$config->signature_editor_skin || $config->signature_editor_skin == 'default') $config->signature_editor_skin = 'ckeditor';
|
||||
if(!$config->sel_editor_colorset) $config->sel_editor_colorset = 'moono';
|
||||
if(!$config->sel_editor_colorset) $config->sel_editor_colorset = 'moono-lisa';
|
||||
if(!$config->member_allow_fileupload) $config->member_allow_fileupload = 'N';
|
||||
|
||||
if($config->redirect_mid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue