Tuesday 1 November 2011

Sữa lỗi TEMPLATECSSFILENOTPRESENT trong JCE

Tìm file

plugins\editors\jce\tiny_mce\plugins\format\config .php

Tìm đến dòng 93, xóa từ dòng 93 đến 99

Phần này bị xóa nè:

// Display error and use system editor.css file
if (!JFile::exists($path.DS.$file)) {
JError::raiseNotice('SOME_ERROR_CODE', JText::_('TEMPLATECSSFILENOTPRESENT'));
$url = JURI::root(true).'/templates/system/css';
$file = 'editor.css';
}
$stylesheet = $url.'/'.$file;

No comments:

Post a Comment