Future versions of MCFileManager and MCImageManager (not currently released version though) will work just like a plugin in TinyMCE. That is, they should be placed in the tinymce/jscripts/tiny_mce/plugins dir.

Please include the following in the plugin_reg.php file.

$plugins['imagemanager'] = array();
$plugins['filemanager'] = array();

That is all that should be needed.

Installation will be as follows:
1. Install the TinyMCE Module as described in the install.txt file.
2. Upload the MCImageManager/MCFileManager to the tinymce/jscripts/tiny_mce/plugins.
3. Edit and rename the MCImageManager/MCFileManager config.drupal file to config.php and configure path options.
4. Enable the MCImageManager/MCFileManager in the Drupal settings for TinyMCE.

(Please note that the link, image, advlink, advimage plugins needs to be enabled in order to access the MCImageManager/MCFileManager.

For next version we will also include a new Authenticator setup for Drupal.

You should be able to remove the code checking for mcimagemanager.js in the tinymce.module file.

If Drupal is released before the next version of the MCFileManager and/or MCImageManager, we will release a patch for integration with Drupal.

For reference, if anyone has problems with the installation they should visit the support forum for that plugin on the TinyMCE website.

Thank you, and keep up the excellent work, we are really impressed with the way you have handled the configuration and installation of TinyMCE.

Comments

matt westgate’s picture

Status: Needs work » Active

I've added the imagemanager and filemanager plugin options to plugin_reg.php

Thanks so much for your kind words and keeping an eye on our module. We feel the 4.7 release is the best one yet to complement the great work moxiecode is churning out. WooHoo!

matt westgate’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)