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

HasseMan’s picture

Use 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.

TwoD’s picture

Status: Active » Fixed

Yes, 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).

jmajb’s picture

Works!
Thanks!

-- Jac

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.