IMCE and FCKEditor Browse Button
i25 - April 18, 2009 - 20:44
I just installed IMCE (6.x-1.2)and FCKEditor (6.x-1.3-rc7). When I click the "Insert/Edit Image" button in FCKEditor, I don't get the browse button in the popup window. Please help. Thanks.

You need one more module
With the WYSIWYG module, after you've installed FCKEditor and IMCE, you also need to install the imce_wysiwyg module to tie the two together.
You can get it here: http://drupal.org/project/imce_wysiwyg
Then you have to enable the IMCE button in the FCKEditor settings. After that, you will get the "Browse Server" button. Worked like a charm for me.
I hope that helps.
One thing to note...
robshambaugh has it right , but i tried this once and it didn't work for me so i started from scratch. here is the exact process
1. download the fckeditor module from drupal .org http://drupal.org/project/fckeditor
2. download the FCK Editor from the fck editor site http://www.fckeditor.net/download
3. download the IMCE Module from drupal.org http://drupal.org/project/imce
Unpack the FCK editor Module and upload to your server into the modules folder
Unpack the fck editor files and put them into the fckeditor folder within the FCK Module on your server (little confusing but you'll get it when you see the folder structure)
Enable the FCK editor module and set permissions and users for the editor.
Now unpack and upload the IMCE module to the modules folder and enable it.
Now go to your FCK editor settings and edit the default settings, in there there is an area for file browser settings , in there you should see an option for file browser type you should be able to select IMCE from there!
Once selected save your settings and try again the browse server button should no appear.
I had realized that the order in which you install and enable the modules can sometimes cause the browse server button not to work. so once i started from scratch it worked great for me.
When I try to install the
When I try to install the IMCE Wysiwyg API bridge module, I get:
Depends on: IMCE (enabled), Wysiwyg (missing)
I have FCKEditor installed. Do I also need to install a different Wysiwyg editor? If so, which one (there seem to be many download options out there)?
Thanks.
IMCE -FCKEditor integration
I encountered the same issue and rushed to install the wysiwyg and the imce_wysiwyg modules (imce_wysiwyg requires wysiwyg), but they are not needed. If you read Caderial great step by step notes the one issue I initially missed was the third sentence from the bottom:
"Now go to your FCK editor settings and edit the default settings, in there there is an area for file browser settings , in there you should see an option for file browser type you should be able to select IMCE from there!"
Access your CKEditor settings at admin/settings/fckeditor and then edit the profile you wish to use IMCE. The 7th bullet point should be for File Browsing settings and you should change your File browser type to IMCE in the first dropdown. After doing this step the browse server button displayed correctly.
Thanks Caderial!
Hello
I have done almost all those things which you people told i.e. enabling IMCE in FCKeditor default settings but I am not able to get the "browse button". Please Help.