thx profix898 for good resource http://drupal.org/node/52768

Combopack Tinymce + filemanager(tinyfck) + lightbox(advlink) + embed media

unpack to your module dir. And set path to keep file ( default root/File )
modules\tinymce\tinymce\jscripts\tiny_mce\filemanager\connectors\php\config.php

//Path to user files relative to the document root.
$Config['UserFilesPath'] = '/' ;

- filemanager can use only admin (uid=1)
- All file type keep in File dir (file , media , ... etc )
if you want to classify file type can see in http://drupal.org/node/52768

I think it useful for many people.
sorry for my bad english

Comments

K-O-N-G’s picture

- -