So one day I came across a FCK-adapted version of the ImageManager! The two editors can now easily share the same image directory and thumbnails.
How to install:
1. Extract the ImageManager directory to manager/media/fckeditor/editor/plugins.
2. In manager/media/fckeditor/fckconfig.js, add
FCKConfig.Plugins.Add( 'ImageManager');after the line "FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;"
3. In manager/media/fckeditor/fckconfig.js, replace the "Image" toolbar item with "ImageManager".
Change:
FCKConfig.ToolbarSets["Default"] = [.......['Image', ......to
FCKConfig.ToolbarSets["Default"] = [.......['ImageManager', ......Now you should be up and running.
ImageManager works best if your webserver doesn't run php in safemode. If it does, you must set the option $IMConfig['safe_mode'] = true; in the file config.inc.php in the ImageManager folder.
In safemode, you can not create any subfolders with ImageManager and images in subfolders (you can of course still create folders using an FTP client) are not previewed. If your webserver doesn't run php in safemode you are free to use subfolders as much as you like
Update September 14 2006 - Updates: Fixed a bug with the insert new folder command. The default thumbnail mode is now "Detailed view", where you see a list of the filenames and hold the mouse pointer over a file to get an instant preview. I have made some modifications to make this mode look a bit more appealing. If you like the other mode better you can just set $IMConfig['ViewMode'] = 'thumbs'; in the config.inc.php in the ImageManager folder.
Update June 7 2006 - New version: I have now modified the ImageManager from Etomite's Xinha package to work with FCKeditor. You can now set the path and url to your image folder using Etomite's manager. To do so you must also have the Xinha editor installed as you need to temporarly select Xinha as your prefered editor to view the image folder and url settings.
The older version didn't always find the image directory and you then had to modify the source to get it right. The new v2 is recommended.
Comments are welcome!
ImageManager4FCKeditorV2.1.zip 117.17K
303 downloads
Edited by nalagar, 14 September 2006 - 07:37 AM.











