Closed (fixed)
Project:
Wysiwyg
Version:
6.x-2.0
Component:
Editor - FCKeditor
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2009 at 09:38 UTC
Updated:
23 Jul 2009 at 07:40 UTC
I use FCKEditor and should like to use the Upload option for images. To do this I have to modify config.php in fckeditor/editor/filemanager/connectors/php. For a multisite setup this gives a problem then the fckeditor directory is in drupal/sites/all/libraries, so it is changed for all the sites. Do you have a solution for this?
- Jac
Comments
Comment #1
HasseMan commentedUse a site specific library (sites/yoursitename/libraries) and place the editor there. It isn't mentioned in the documentation or on the admin/settings/wysiwyg page but site specific libraries are supported.
Comment #2
twodYes, site specific library folders are supported, just like for modules and themes. This isn't mentioned anywhere yet as it was recently introduced and there are ongoing discussions about how this should be best explained on the profiles page etc without being bloated and repetitive.
There are some alternatives you can use to allow image uploading without modifying any files which also work on multisite setups. There's Image Assist (use 3.x-dev) and IMCE (requires IMCE Wysiwyg Bridge).
Comment #3
jmajb commentedWorks!
Thanks!
-- Jac