Icon for [ibimage] tags does not appear in FCKeditor
| Project: | Image Browser |
| Version: | 6.x-2.x-dev |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Hi,
I'm trying to install 6.x-2.x-dev for FCKeditor; since Image Browser now works differently, I can't use the built-in FCKeditor icons anymore ("Required plugin "view" not found."). According to the README.txt, I now have to configure:
7. Edit the fckeditor.config.js file and add this line (/sites/all/modules/fckeditor/fckeditor.config.js)
| FCKConfig.Plugins.Add('imagebrowser');Thus I tried to add the following snippets to ./sites/all/modules/fckeditor/fckeditor.config.js:
(a) FCKConfig.Plugins.Add('imagebrowser');
(b) | FCKConfig.Plugins.Add('imagebrowser');
(c)
(/sites/all/modules/fckeditor/fckeditor.config.js)
| FCKConfig.Plugins.Add('imagebrowser');After each editing I cleared the browser cache and Drupal's internal caches ("Flush all caches" in Admin menu, and disabled all caches at ./admin/settings/performance).
However, none of this gave me a new icon in the FCKeditor toolbar. Which one is right (I assume it's (a)?) Am I missing something? What is going wrong?
Thanks & greetings, asb

#1
After adding the line for the plugin, what's the term to add the icon? 'Imagebrowser' and 'imagebrowser' don't work, and the FCKeditor image button upload is using Image Browser properly.
#2
a) is the correct version. I take it you have downloaded the new plugin?
It will auto add it to the default toolbars, if you have created your own then you will need to add 'ImageBrowser'
Let me know how you get on.
#3
> I take it you have downloaded the new plugin?
Are there new versions? I have:
> pwd/usr/local/www/sites/all/modules/fckeditor/plugins/imagebrowser
> ls -lah
total 12
drwxr-xr-x 2 asb www 512B Jul 23 17:00 .
drwxrwxr-x 8 www www 512B Jul 20 13:23 ..
-rwxr-xr-x 1 asb www 5.6K Jul 19 11:40 fckplugin.js
-rw-r--r-- 1 asb www 126B Jul 14 00:27 ib_icon.gif
What's currently available at http://www.coredesigns.co.uk/plugins/fckeditor.zip seems to have the same file sizes and file dates...
Greetings, -asb
#4
yes those are what I mean by 'new'
#5
Are you using a custom Toolbar in the FCKeditor settings? I take it you still have the issue?
#6
#7
> Are you using a custom Toolbar in the FCKeditor settings?
No, we have never used a custom toolbar.
> I take it you still have the issue?
We've given up on FCKeditor and Image Browser.
Greetings, -asb
#8
Ok thanks :)