
Originally Posted by
rikreations
You need to change the file /admin/news.php
Find (around line 205):
Code:
// HTML Editors support
if (HTML_EDITOR_PREFERENCE == 'FCKEDITOR') {
require(DIR_WS_INCLUDES . 'fckeditor.php');
} elseif (HTML_EDITOR_PREFERENCE == 'HTMLAREA') {
require(DIR_WS_INCLUDES . 'htmlarea.php');
}
and replace with:
Code:
if ($editor_handler != '') include ($editor_handler);
Bookmarks