filemanager plugin

Hi,

looking at using the filemanager plugin to do some basic file manage tasks, rather than usinig it with the ckeditor.

out of the box its set for loca storage, but will probably need it for cloud storage.

I have it working with AWS S3 but had to hack the src/filemanger.php to set it to the S3 plugin – seems to be working.

questions is where do you specify which plugin to use?, I can’t seem to locate where to tell it to use the S3 plugin, tried the github docs, but no help

thanks

Try from “PluginParameters” under “Advanced” → “Project” setting of the extension. For more info, please read: https://github.com/psolom/RichFilemanager/wiki/Configuration-options#plugin-parameters

i looked at the config, there is no setting that i can see

You may create an extension to replace the filemanager.php with your own, see the topic Extensions → Making Extensions in the help file.

yes, i did thanks thanks. i have anyothre post with an issue with filemanager.php not copying over, the other files copy fine, just filemanager.php won’t copy to the src folder, but it will into the root. (i did add the _ to the _src)