Community Add-Ons
| Maintainers: | escri2 |
CKEditor [wyswyg]
for osCommerce Online Merchant v2.2
English_______________
Very good editor wyswyg and more modern than tinyMCE and FCKEditor.
Added screenshot
Español______________
Editor wyswyg muy bueno y más moderno que tinyMCE y FCKEditor.
Añadido screenshot
FULL PACKAGE
Legend:
Download
Report
There is a small bug related with security in filemanager config.php . If someone knows the url for filemanager (i.e. http://xxxxxxx/admin/ckeditor/filemanager/index.php?editor=ckeditor&filter=image&CKEditor=products_description[2]&CKEditorFuncNum=2&langCode=en), then he/she can view, delete, or change the files.
To fix that:
FIND:
if (!isset ($_SESSION ['osCAdminID']))
on line 29
CHANGE TO:
if (!isset ($_SESSION ['osCAdminID'])) exit;
