Bonjour,

J'utilise Tinymce pour la partie admin d'un site ( la version advanced ) et j'ai acheté la versoin php de MCFileManager pour facilité la gestion des liens et des images aux futurs utilisateurs.

Petit pb, j'arrive pas à l'installer, pourtant la doc indique seulement 5 étapes qui sont pas tres difficiles :
Installing it as a TinyMCE plugin

1. Unpack the imagemanager and copy it to the tinymce plugins directory (tiny_mce/plugins/imagemanager).
2. Add the imagemanager to the TinyMCE init option called plugins.
3. Reload the page and verify that the imagemanager is working by checking for browse buttons inside the link and image dialogs.
4. Configure the filesystem.rootpath config option by editing the config.php file (tiny_mce/plugins/imagemanager/config.php)
5. Make sure that the configured file path has write access.
1.deziper et faire un copier coller : ok
2. ajouter le filemanager dans la fonction init :
tinyMCE.init({...
plugins : "fullscreen, preview, paste, print, mcfilemanager",
...});
3. j'ai bien le bouton qui s'affiche pour acceder à mon manager de fichier mais je tombe sur la liste des repertoires du dossier filemanager...(je sais pas si c'est normal)
4. $mcImageManagerConfig['filesystem.path'] = '/files';
$mcImageManagerConfig['filesystem.rootpath'] = '/files';
mais sa ne change rien je tombe toujours sur la liste des repertoires du dossier filemanager
5. Je sais pas comment on verifie le 5eme point

Si quelqu'un a déjà utilisé ce plugin, pourrait il me dire ou je bloque?
Merci d'avance