I became a little confused in the README.txt by the mention of the IMCE plugin and later the IMCE module. It's all clear in my head now, but I think you could add a tad more here about the IMCE module. I got the impression that maybe the plugin was all you needed.
149 Plugins: IMCE
150 -------------
151 CKEditor includes an IMCE plugin that adds a button opening IMCE in a new window.
152 This might be helpful if you want to avoid having to open the Image Dialog and then clicking the "Browse Server" button.
153 Instead of that you can open IMCE with a single mouse click.
154
155 To enable the IMCE plugin, do the following:
156
157 1. To enable plugin and add 'IMCE' buttons to the toolbar, adjust CKEditor profiles in the "Administration panel > Configuration > Content Authoring > CKEditor" section.
158 For each profile you can enable the 'IMCE' plugin in the "Editor apperance > Plugins" section.
159 After this add the 'IMCE' button in the "Editor apperance > Toolbar" section.
160 For example if you have a toolbar with an array of buttons defined as follows:
161
162 ['Link','Image']
163
164 simply add the 'IMCE' button at the end of the array (or somewhere in the middle):
165
166 ['Link','Image','IMCE']
167
168 (remember about single quotes).
169
170 Uploading Images and Files
171 --------------------------
172 There are two ways of uploading files: by using a commercial file browser like CKFinder (http://ckfinder.com) or by using modules like IMCE.
I know I'm really being picky with such a great module and great maintainer effort, but it could save someone else some time to expand on line #172 a little.
Comments
Comment #1
mkesicki commentedHi,
can you write what exactly do you want to add to #172 line ? Maybe you can write here your on version of this part of documentation, so we have more idea about your point and we can upgrade documentation faster. Thanks.
Comment #2
mermentau commentedSomething like the added 4th line here might keep new people from thinking that the plugin itself had the functionality of IMCE built into it. Feel a little like I'm nit-picking here, but it confused me at first and so it might others.
Comment #3
mkesicki commentedOk,
thx @bumpaw. We will think about this and probably add something like this to documentation. Thanks for your time and work.
Comment #4
mkesicki commentedComment #5
mgiffordWhy is this postponed? There is nothing that this is postponed on. Seems like a reasonable request.