Contributions

Templates and Themes (Category Index)
Search: 

CKEditor osC 2.3.1

English_______________
Very good editor wyswyg and more modern than tinyMCE and FCKEditor for osCommerce 2.3.1.

Added screenshot

Español______________
Editor wyswyg muy bueno y más moderno que tinyMCE y FCKEditor para osCommmerce 2.3.1

Añadido screenshot

FULL PACKAGE

Expand All / Collapse All

Re-edit text 12 Mar 2011

If CKEditor is showing the HTML code when you go to edit text that has already been formatted, make the following change to the html_output.php file in the admin/functions directory.

Find:
} elseif (tep_not_null($text)) {
$field .= tep_output_string_protected($text);
}

Note: Attached file is empty

Replace with:

} elseif (tep_not_null($text)) {
$field .= $text;
}

Jquery integration- based implementation: correction 21 Feb 2011
CKEditor for osC2.3+ 21 Dec 2010
change de3 to www. 30 Nov 2010
CKEditor osC 2.3.1 28 Nov 2010

Note: Contributions are used at own risk.