I cant disable the flash folder, its never disabled. Example code:
<script type="text/javascript"> var finder = new CKFinder(); finder.basePath = '/js/ckfinder/'; // The path for the installation of CKFinder (default = "/ckfinder/"). finder.width = '99%'; finder.language = 'es'; finder.removePlugins = 'help, basket, flashupload'; //finder.removePlugins = 'flashupload'; //also doesnt work finder.selectActionFunction = showFileInfo; finder.create(); </script>
I have tested closing Firefox, Internet explorer, clearing cache, with both funtions to remove the folder... but nothing works, the Flash folder is still there.
Also tested deleting the automatically created "flash" folder in the generic upload folder.
- Tested with Firefox, Internet Explorer en Chrome.
- Lastest CKFinder version 2.3.1.
- Tested using both Javascript and PHP initialization.
"FlashUpload" is the plugin
"FlashUpload" is the plugin that takes care of uploading files in IE using Flash, it's not related at all to the actual resources that you want to use with CKFinder.
Thank you alfonsoml, and how
Thank you alfonsoml, and how can I disable the automatic creation of that "flash" folder?
Just saw how to do hide the
Just saw how to do hide the Flash folder with two ways:
1. The first way is the easiest one, changing the config.php file and commenting the line:
2. The second one is with pure javascript. This cost me a lot to guess:
By the way, the documentation is horrible, there are no real examples for basic functionality. Cant understand how its possible the support and documentation is very poor.
This depends on the
This depends on the configuration of resource types. The Files, Images and Flash resource types are created by default, but you can customize this behavior. See more in the Developer's Guide: http://docs.cksource.com/CKFinder_2.x/Developers_Guide/PHP/Configuration/Resource_Types/Built-in#Default_Resource_Types
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Hi xtrm,
Hi xtrm,
just to answer your note:
If you have any remarks regarding the documentation, what is lacking, what sort of examples for which application aspects you would find useful, just let us know. We will be happy to extend the documentation to cater to our users' needs.
As for "poor support", I'm not sure we are talking about the same thing. Each CKFinder license includes access to the dedicated support channel. Did you try to use that? If not, and you are only referring to this forum thread, then please bear in mind this is a *community forum* where people help one another out of free will, and not the official support channel.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Thank you for the answer Anna
Thank you for the answer Anna.
I think some starters like me could find the documentation very technical and not showing a complete full script code for some parts of it could be really hard until you guess how to do something. Anyway since this is a bit off topic I will create another post with some suggerences for the parts of the documentation where I have found myself totally lost. About the support and forum, you are right, there is a paid option and that should be the way to go.
Great, looking forward to
Great, looking forward to your suggestions.
Let me just clear one thing, though: CKFinder *is* a paid application. You can use it "for free" for demonstration/ evaluation purposes, but it's not like with CKEditor where there is an Open Source version available that can be used in production environments without obtaining the license.
So with this in mind, each holder of a valid CKFinder license automatically gains yearly access to the support channel.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!