To install the "AJAX & PHP FILE MANAGER API" into "TinyMCE Html Editor" execute the following steps:

  1. Download the TinyMCE Html Editor in http://tinymce.moxiecode.com
  2. Read the TinyMCE installation file and install the editor on your server.
  3. Download the following files:
  4. Extract the two archives to your computer (will be created two directories: filemanager, filebrowser).
  5. Copy both directories (filemanager and filebrowser) to the tinymce/jscripts/tiny_mce/plugins/ directory.
  6. Open the file which call the TinyMCE Html Editor and write the following script:
  7. On the same file (which call the TinyMCE Html Editor):
  8. Delete the file 'interfacelevel/filemanager.php' and rename one of the following files with the basename 'filemanager.php':
  9. Don't forget to configure the following files:
  10. If something goes wrong please check your previous TinyMCE installation and try to open the tinymce/examples/example_full.htm original file to be sure that everything was OK before.
    If the TinyMCE Html Editor doesn't open successfully, than change the following code line:
          <script language="javascript" type="text/javascript" src="../jscripts/tiny_mce/tiny_mce_dev.js"></script>
    ...to: <script language="javascript" type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>
    ...and voillá, it works...

(To download an example, click here installation_files_example.zip)