install instruction
Download the .zip file.
1. Upload the tinymce.php file in the plugin folder of CNR
2. Upload the tinymce folder in the plugin folder of CNR
3. Go to Plugin options and activate the TinyMCE with Ajaxfile Manager plugin. (clear your cache after that)
4. open tinymce.php at cutepath/plugins/tinymce.php and change path at line 57 and 71 to your script path
5. open config.base.php a t cute_path/plugins/tinymce/plugins/ajaxfilemanager/inc and change your file folder path at 50 and 51
example
my script at
http://mydomain.com/cute_path/plugins/t ... ilemanager
and my file folder is
http://mydomain.com/uploaded
relative_path is
../../../../../uploaded
6. chmod 777 the upload folder and .session folder at cute_path/plugins/tinymce/plugins/ajaxfilemanager
7. it should work from now
more information
tinymce ajax manager website
http://www.phpletter.com/Demo/Tinymce-Ajax-File-Manager/
tinymce Configuration
http://wiki.moxiecode.com/index.php/TinyMCE:Configuration
