CKEditor (ckeditor4_eyoom) html 편집기가 안뜨는데... > 질문과 답변

본문 바로가기

질문과답변

[해결] CKEditor (ckeditor4_eyoom) html 편집기가 안뜨는데...

총 채택 포인트
10 포인트
채택된 회원에게 주는 후원 포인트
5 포인트
채택 후 작성자(신의손꾸락) 회수 포인트
5 포인트

본문

제목 그대로 CKEditor (ckeditor4_eyoom) 에서 ![!\[image\]](https://eyoom.net/data/editor/2206/2077541958_1654329670.48694.png) 이렇게 이미지가 뜨지 않고, ![!\[image\]](https://eyoom.net/data/editor/2206/2077541958_1654329695.43862.png) 이렇게만 뜨는데 이게 어디서 설정하는게 있는건가요? 알려주시면 감사하겠습니다.
포인트 3,890
경험치 2,630
[레벨 5] - 진행률 63%
가입일
2020-10-11 20:04:23
서명
J
자기소개
미입력

최신글이 없습니다.

최신글이 없습니다.

댓글목록2

이윰EGG님의 댓글

채택
profile_image
ckeditor는 최근 패치를 통해 /plugins/editor/ckeditor4_eyoom/config.js 파일 수정이 있었으며 해당 파일은 에디터의 기본 구성을 설정합니다.
이전 소스는 아래와 같으니 해당 파일에 적용해 보기 바라며 자세한 설정은 다음의 링크를 참고하기 바랍니다.(수정 후 브라우저 캐시 삭제하고 확인)
https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html


/**
 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
 * For licensing, see LICENSE.md or http://ckeditor.com/license
 */

CKEDITOR.editorConfig = function( config ) {
	// Define changes to default configuration here.
	// For complete reference see:
	// http://docs.ckeditor.com/#!/api/CKEDITOR.config

	config.uiColor = '#F2F2F2';

	// The toolbar groups arrangement, optimized for two toolbar rows.
	config.toolbarGroups = [
		{ name: 'document',	   groups: [ 'mode', 'document', 'doctools' ] },
		{ name: 'clipboard',   groups: [ 'clipboard', 'undo' ] },
		{ name: 'links' },
		{ name: 'blocks' },
		{ name: 'insert' },
		{ name: 'align' },
		{ name: 'cleanup' },
		{ name: 'codesnippet' },
		//{ name: 'pbckcode' },
		{ name: 'tools' },
		'/',
		{ name: 'basicstyles' },
		{ name: 'paragraph',   groups: [ 'list' ] },
		{ name: 'styles' },
		{ name: 'colors' },
		{ name: 'about' }
	];

	// Whether the toolbar can be collapsed by the user.
	//config.toolbarCanCollapse = true;
	//config.toolbarStartupExpanded = true;

	// Remove some buttons provided by the standard plugins, which are
	// not needed in the Standard(s) toolbar.
	config.removeButtons = 'PasteText,PasteFromWord';

	// Set the most common block elements.
	config.format_tags = 'p;h1;h2;h3;pre';

	// Simplify the dialog windows.
	config.removeDialogTabs = 'image:advanced;link:advanced';

	// Set the file uploader
	config.filebrowserUploadUrl = g5_editor_url+"/upload.php?type=Images";

	// Set Editor default Height
	config.height = 400;

	// CKEDITOR PLUGINS LOADING
	config.extraPlugins = 'pbckcode'; // add other plugins here (comma separated)

	// CODESNIPPET SETTING
	config.extraPlugins = 'codesnippet';
	config.codeSnippet_theme = 'tomorrow-night-bright';

	// PBCKCODE CUSTOMIZATION
	/*
	config.pbckcode = {
		// An optional class to your pre tag.
		cls: 'line-numbers',

		// The syntax highlighter you will use in the output view
		highlighter: 'PRISM',

		// An array of the available modes for you plugin.
		// The key corresponds to the string shown in the select tag.
		// The value correspond to the loaded file for ACE Editor.
		modes: [['HTML', 'html'], ['CSS', 'css'], ['PHP', 'php'], ['JS', 'javascript']],

		// The theme of the ACE Editor of the plugin.
		theme: 'twilight',

		// Tab indentation (in spaces)
		tab_size: '4'
	};
	*/
};


감사합니다.

신의손꾸락님의 댓글의 댓글

이윰빌더 시즌4 질문과 답변 게시판입니다.

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

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

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

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