Ok, Actually I didn't even heard about svn, but with TortoiseSVN things are pretty easy to do. I downloaded the filemanager folder. Now I just have to integrate it and test it. I'll let you know my first impressions.
I just can't define the variable fileRoot in filemanager.config.js, I tried several folder names (/mysite/, /localhost/ etc...) but each time I've got this message in the left panel:
Notice: Undefined variable: root in C:\localhost\mysite\filemanager\trunk\scripts\jquery.filetree\connectors\jqueryFileTree.php on line 21
Could you show me the proper way to define the fileRoot variable ?
Those two variables aren't related. If you notice where the error is coming from, it's the PHP connector for the jQuery FileTree plugin. It requires an external variable $root to be set.
Once we add a PHP connector for the FIleManager, we'll make sure that gets set in a config file. Currently the only 100% complete server side connector is for Lasso, though a python connector is well under way, and we've already had a couple people offer to contribute connectors for other languages.
Re: Alternative File Manager
I didn't see any download link at all on the site.
Re: Alternative File Manager
http://labs.corefive.com/projects/filemanager/
svn://corefive.com/svn/filemanager/
Re: Alternative File Manager
things are pretty easy to do.
I downloaded the filemanager folder. Now I just have
to integrate it and test it.
I'll let you know my first impressions.
Thanks
Re: Alternative File Manager
I just can't define the variable fileRoot in filemanager.config.js, I tried
several folder names (/mysite/, /localhost/ etc...) but each time I've got
this message in the left panel:
Notice: Undefined variable: root in C:\localhost\mysite\filemanager\trunk\scripts\jquery.filetree\connectors\jqueryFileTree.php on line 21
Could you show me the proper way to define the fileRoot variable ?
Thanks
Re: Alternative File Manager
Once we add a PHP connector for the FIleManager, we'll make sure that gets set in a config file. Currently the only 100% complete server side connector is for Lasso, though a python connector is well under way, and we've already had a couple people offer to contribute connectors for other languages.
Language support