Quote from: mahnuh at Jan 31, 2011, 01:59 AM
is it possible to install TinyMCE another way than via package manager?
Sort of. There are several methods.
First, uninstall and remove (force removal) and existing TinyMCE versions.
Then get the TinyMCE transport package zip file via FTP or some other method.
Put the TinyMCE transport package zip file in the core/packages directory.
Then, go to Package Manager and click on "Add Package" and "Search Locally for Packages."
Install it normally from the grid. You’re using PM, but you’re not *downloading* with PM.
The other methods are pretty ugly.
1. You could go to GitHub and download the entire TinyMCE package with all the build scripts and build utilites. Then configure and run build.transport.php, which should create the transport package file in core/packages.
2. (Even uglier), you could cut and paste the code from GitHub into files and plugins and the site, create youre own system settings, etc. to build it all from scratch. The odds of getting it all right are slim.