Contributions
HTMLArea 3.0
This contribution adds the great Mihai Bazon's HTMLArea WYSIWYG HTML Editor to osCommerce 2.2.
HTMLArea is a replacement of any TextArea field. Read the included readme.txt file for instructions on how to install.
If you have any questions or comments, please post them as replies to the topic on the offical osCommerce forum, at http://forums.oscommerce.com/index.php?showtopic=74826
Expand All / Collapse All
Includes:
TableOperations - manage tables
ImageManager - upload/manipulate/insert images
InsertFile - upload/insert files
ContextMenu - options for right click
EnterParagraphs - uses p instead of br
ListType - allows you to use different list styles instead of the default (numbers)
INSTALL
1. Replace your HTMLAREA directory with the contents of this file.
2. Create a directory in /catalog/images called htmlarea and give write permissions on the directory (chmod 777).
Made it a bit easier to install by putting all the required JS and CSS in a PHP file that can be included into your pages. This means that when you add a new plugin you only have to change htmlarea.php and htmlarea.js instead of every page you have put it into.
Missed a file ;)
Contains the following:
* Original OSC Mod - José Carlos Monteiro
* Multiple textareas per page (multi-language) - Eric Ballweber
* Allow Plugins - Brett O'Donnell
Contains the following:
* Original OSC Mod - José Carlos Monteiro
* Multiple textareas per page (multi-language) - Eric Ballweber
* Allow Plugins - Brett O'Donnell
I found that in a standard install of osCommerce v2.2ms2 the htmlarea v3.0 package will allow you to edit multiple languages in a product description, but will not transfer the changes, other than the first, to the preview page.
This htmlarea.js file will allow you to use multiple text areas on the same page and transfer the updates to the preview page.
My changes are identified by the text 'EAB 20040816'
This contribution adds the great Mihai Bazon's HTMLArea WYSIWYG HTML Editor to osCommerce 2.2. For a list of features please visit the official HTMLArea site at http://dynarch.com/htmlarea.
HTMLArea is a replacement of any TextArea field. Read the included readme.txt file for instructions on how to install, or visit http://forum.dowedo-it.com/viewtopic.php?t=38 for portuguese instructions.
If you have any questions or comments, please post them as replies to the topic on the offical osCommerce forum, at http://forums.oscommerce.com/index.php?showtopic=74826
Note: Contributions are used at own risk.