Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  All In One FCK Editor WYSIWYG Editor

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
I use the last fckeditor , it can't work from admin/catalog product edit.

Now update the last fckeditor. if you need it.
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.
   Posted on: 06/14/2008     See contribution details Request Installation with Paid service