While some of these are mentioned under "Key Features" on the project page, there doesn't seem to be a clear list of dependencies.

- jQuery UI 1.6 - http://drupal.org/node/557912#comment-2787616
- Views - 2?
- imagecache

Any others?

Comments

mattcasey’s picture

Also, if you want to use CKEditor, don't use the CKEditor module. I was only able to get 2.x-dev working by using WYSIWYG module + CKEditor library, and remember to enable the Image Browser icon from your WYSIWYG profile.

I spent a lot of time googling and searching here before pulling all the pieces together because the README.txt says you *need* the CKeditor or FCKeditor modules.

justageek’s picture

I have installed Wysiwyg, CkEditor and the dev version of image browser, I do not see a button option at all in my wysiwyg profiles to "turn on" image browser.

mattcasey’s picture

StatusFileSize
new93 KB

Here's a screenshot. Make sure you're using IB 2.x and you have the separate "Image Browser Plugin - WYSIWYG API" module enabled too.

justageek’s picture

The UI is completely hosed on my site, it doesn't look like the project page, all black and gray, but it looks like there is CSS missing. I'm using 6.2.x dev. When I try to insert, it loads a frame inside the frame of the popup window, and the insert does not work. Does the dev version work?

mattcasey’s picture

StatusFileSize
new23.32 KB

I am using an administration theme but the UI is loading my site's regular theme, so I had to add some adjustments to get the "Upload image" text to show up in the button.

Also, I realized it loads all images in your sites/default/files/images folder. I fixed this by editing the filepath used in imagebrowser_upload_submit() to a custom folder. You also need to customize the filters in the view which loads the images to only show that directory.