Contributions
UltraPics and HTML Editor + More...
HTML WYSIWYG Editor For:
-------------------------------
Newsletter, email and defining your homepage (index.php)
UltraPics for
-------------------------------
Adding, deleting and modifying images via your online admin
------------------------------
A Full Copy-Paste Solution for Installing MaxiDVD WYSIWYG and UltraPics on a Clean MS2 2.2 Installation.
The Whole Contribution can be Enabled and Disabled at will via the Admin
Individual HTMLAREA's can be Enabled, Disabled, Resized, COLOURED AND TEXT FORMATTED.
Advanced and Standard GUI's Options for all HTML Toolbars.
1. System Requirements
-------------------------------------------------
- osCommerce MS2 2.2
-------------------------------------------------
- PHPMyAdmin or Other SQL Database Import Tool
-------------------------------------------------
- Internet Explorer 5.5 or Above (IE 5.5)
-------------------------------------------------
MaxiDVD :)
Expand All / Collapse All
Added sql and config.inc corrections. Didn't include german admin. Minor rev. from 1.2 to 1.2.1.
Minor update for developers using catalog/admin/includes/local directory.
In catalog/admin/htmlarea/popups/config.inc.php change
require('../../includes/configure.php');
to
if (file_exists('../../includes/local/configure.php')){
// Set the local configuration parameters - mainly for developers
require('../../includes/local/configure.php');
} else {
// include server parameters
require('../../includes/configure.php');
}
I added and translated the constants for the german admin. This is the complete 'Revised package' from March, 10th 2004 and includes the MySQL-fix from May, 13th 2004.
Hope Lee includes the HTML Area 3.0 soon ;-)
Greetings
viazenetti
This is the fixed by sakebomz SQL file. See UltraPics - MS2 Image Addon Pack! for more info.
This a revised package, with bug fix's and a code clean up.
have tested 24-7 with flawless copy paste install on MS2.
Still - Requires Internet Explorer IE 5.5 or above for HTML WYSIWYG Editor and PHP Image manipulation tool to function correctly.
MaxiDVD.
Version 1.1
Added Optional NETPBM:
Use's NETPBM for image manipulation and resizing/resampling when uploading product images.
NETPBM is a seperate download: http://www.nieloimage.com/download/
(Server Installation instructions for NETPBM included in the contribution, easy :-)
Please use this http://forums.oscommerce.com/index.php?showtopic=73375support topic:
HTML WYSIWYG Editor For:
-------------------------------
Newsletter, email and defining your homepage (index.php)
UltraPics for
-------------------------------
Adding, deleting and modifying images via your online admin
------------------------------
A Full Copy-Paste Solution for Installing MaxiDVD WYSIWYG and UltraPics on a Clean MS2 2.2 Installation.
The Whole Contribution can be Enabled and Disabled at will via the Admin
Individual HTMLAREA's can be Enabled, Disabled, Resized, COLOURED AND TEXT FORMATTED.
Advanced and Standard GUI's Options for all HTML Toolbars.
1. System Requirements
-------------------------------------------------
- osCommerce MS2 2.2
-------------------------------------------------
- PHPMyAdmin or Other SQL Database Import Tool
-------------------------------------------------
- Internet Explorer 5.5 or Above (IE 5.5)
-------------------------------------------------
MaxiDVD :)
Note: Contributions are used at own risk.