Community Add-Ons

Maintainers: luckyno
Add file to this package
Top » Features

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.

Legend:  Download   Report
Expand All / Collapse All
All In One FCK Editor WYSIWYG Editor V1.2 - Fix for upload problem berthz 14 Jun 2008  

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.

All In One FCK Editor WYSIWYG Editor V1.1 luckyno 20 Apr 2008  
3 fixes by faaliyet faaliyet 23 Feb 2008  
All In One FCK Editor WYSIWYG Editor luckyno 21 Jan 2008