Community Add-Ons
| Maintainers: | luckyno |
All In One FCK Editor WYSIWYG Editor
for osCommerce Online Merchant v2.2
All In One FCK Editor WYSIWYG Editor
This Contribution is a combination of other contributions here with parts of FCK editor.
The advantage of this contribution is that you get included in this pack:
FCK editor 2.5.1
FCK editor for Products Description
FCK editor for HTML Newsletter
FCK editor for Information Pages Unlimited
FCK editor for Define Mainpage
FCK editor for email order text
All in one complete package!
Corrected and new installation instructions!
very lightweight and fully cross browser compatible. (IE, Firefox, Opera, Netscape, Mozilla, Safari, ...). With great image and media files browser/uploader. Leaves the code clean.
I have notices that many people have upload problems trying to include images etc. There is a simple fix to this. There are minor changes to two files:
fckeditoreditorfilemanagerconnectorsphpconfig.php
Ensure the file is changed as following:
Line 31:
$Config['Enabled'] = false ;
Line 34:
$Config['UserFilesPath'] = 'http://www.yourdomain.com/oscommerce/userfiles/' ;
the oscommerce/userfiles/ of course is depending on where you installed oscommerce
Line 40:
$Config['UserFilesAbsolutePath'] = '/yourdomain.com/public_html/webshop/userfiles/' ;
Just open your include/configure.php and copy the path from: DIR_FS_CATALOG and add /userfiles/ after it.
__________________________________
Second file:
fckeditoreditorfilemanagerconnectorsphpio.php
At around line 291 find:
var test = window.top.opener.document.domain ;
change this into:
var test = window.parent.OnUploadCompleted ;
Included the full version with the fix in io.php and the examples in config.php. I have commented them out obviously.
