Before you start check you are running FCkeditor 1.3-rc5+ as it will not work with earlier versions.

Installation isn't seamless just yet, but we are working on it and have submitted patches to the modules that need some tweaking. Hopefully this guide will help you:

  1. Drop module folder into the modules directory.
  2. Enable Image Browser on the modules page.
  3. If using ImageCache (2.0-beta2) then you will have to apply this patch #326281: Mime issues or use the latest dev
  4. In the FCKeditor admin you will need to set Image Browser as the file browser in 'File browser settings'.
  5. Apply a user role to an FCKeditor profile.
  6. Permissions needed: access fckedtior, allow fckeditor file uploads, create images, view original images, browse own images, upload images, view images, view imagecache {preset}, access content, insert Image preset: Original. Of course you can remove some and add others but the above are recommended to get started.
  7. Make sure the 'image' button is available in your chosen FCKeditor toolbar.
  8. Check out Image Browser's admin settings before you begin using Image Browser.
  9. Don't forget to go to Input formats to configure your Format of choice and add <'img'> as an allowed HTML tag, (remove the '' inside img)

If you have any issues please start a support request on our project page.

Note

If you're using the new/better/faster/stronger v2 image browser, see the instructions in the README instead.

Comments

jbr’s picture

In case you missed it: "If you're using the new/better/faster/stronger v2 image browser, see the instructions in the README instead."

Andrew44’s picture

Hi,

I'm looking for the image browser v2 fckeditor plugin where would I find that? I found something on a forum saying a link was mentioned in the README but I can't find it in mine.

Thanks

cat README.txt
# $Id: README.txt,v 1.3.2.3 2009/10/24 17:04:41 starnox Exp $

==============================
Required Modules
==============================

- Image API (http://drupal.org/project/imageapi)
- ImageCache (http://drupal.org/project/imagecache)
- Views (http://drupal.org/project/views)

Optional Modules (for Image Browser v1 backwards compatibility only):
------------------------------

- Image (http://drupal.org/project/image)

==============================
Installation
==============================

1. Drop the "imagebrowser" folder into the modules directory (/sites/all/modules/)
2. Enable the "Image Browser" module (?q=/admin/build/modules)
3. Enable at least one Image Browser Plugin (?q=/admin/build/modules)
4. Add the "Image Browser Images" filter to one of your Input Formats (?q=admin/settings/filters/list)
5. Setup your permissions (?q=/admin/user/permissions)

==============================
Upgrading
==============================

There is no upgrade path from Image Browser v1 yet. As long as you leave the Image module installed however then all previously inserted images should continue to work. You MUST completely un-install and re-install the "Image Browser" module if moving from v1 to v2 (un-install via the modules page (?q=admin/build/modules/uninstall).

==============================
To Do
==============================

- Write upgrade documentation for converting images previously inserted by Image Browser v1 to the all new Image Browser filter tags in v2.

==============================
Support
==============================

If you have any questions, issues, or feature suggestions then please do leave feedback on the project page (http://drupal.org/project/imagebrowser)

Golem07’s picture

I am facing the same problem and am currently unable to install the module with fck editor. Have you found a solution to this yet?
Cheers in advance.