MCFileManager installation instructions.
First download the latest version of the MCFileManager, you should have recieved a download link in your email when you purchased the plugins. Unpack in a seperate folder on your drive (not into the Drupal installation yet).
These instructions assume you have a working Drupal installation and access to the filesystem.
1. Download the latest version of a compatible 4.6.x TinyMCE Module, when testing, I used this module: http://drupal.org/node/42452
2. Follow the installation instructions in the TinyMCE Module but download the latest verion of TinyMCE, verify that TinyMCE is working, and then proceed to the next step.
You directory structure should look like this:
/drupal/modules/tinymce/
/drupal/modules/tinymce/tinymce.module
/drupal/modules/tinymce/plugin_reg.php
/drupal/modules/tinymce/tinymce
/drupal/modules/tinymce/tinymce/(all tinymce files and folders)
(Make sure you enable the image and link (or advlink, advimage) plugins for TinyMCE, using the interface provided by the Drupal module)
3. The archive that this documentation file was/is in, should have two folders, "filemanager" and "imagemanager", copy the contents of the "filemanager" folder into the folder where you extracted the MCFileManager earlier above. It should ask to overwrite index.html in /docs/, accept the overwrite.
4. Rename or remove config.php, then rename config.drupal to config.php, open up config.php and configure the path and rootpath options (and other options if you wish).
5. Copy the MCFileManager to the following folder:
/drupal/modules/tinymce/tinymce/jscripts/tiny_mce/plugins
So the folderstructure should look like this:
/drupal/modules/tinymce/tinymce/jscripts/tiny_mce/plugins/filemanager
6. 6. At this point, the filemanager should work. However, there is a small bug in the tinymce.module. You need to edit line 506 in tinymce.drupal and change
if ($settings['buttons'][$rname]) {
to
if ($settings['plugins'][$rname]) {
This should be fixed soon, a patch has been sent to Drupal team.
7. Go into drupal, create content, press the image properties icon and look for the "browse" button next to the Image URL field.
If you have problems, visit the forums for the plugin you have problems with at the TinyMCE website (http://tinymce.moxiecode.com).