Closed (won't fix)
Project:
Wysiwyg
Version:
6.x-0.3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
14 Apr 2009 at 07:38 UTC
Updated:
23 Sep 2009 at 20:28 UTC
How do I enable Image Uploader for FCKEditor in wysiwyg?
Comments
Comment #1
srjoshIt's actually pretty easy.
Provided you have installed wysiwyg in sites\all\modules and fck in a subfolder of that:
You first need to enable it in your settings file: \sites\all\modules\wysiwyg\editors\fckeditor.inc, about line 85:
'ImageUpload' => true,.Then, you need to enable it in the fck php handler: sites\all\modules\wysiwyg\fckeditor\editor\filemanager\connectors\php\config.php line 30 or so:
the file paths may need some tweaking. Please note the security comments immediately before the enabler!
Comment #2
falieson commentedI actually had done all of those things and it wasn't working. I ended up getting frustrated and using TinyMCE/IMCE instead. Thanks for the reply though, I hope it helps someone else.
Comment #3
sunExactly because of those required, manual file edits, Wysiwyg API won't support the native file brower.
Comment #4
jenlamptonI had the file uploads working with WYSIWYG last week, has this feature been removed? Are there any plans to allow people to upload images via WYSIWYG module again or is it some kind of security risk? Everyone will want this feature, I don't understand the "won't fix" status, is that just for this version? if so, is there an idea of when we can expect to get the image upload back?
jen
Comment #5
pitxels commentedThose "manual file edits" should be something one configure in the admin.
I am not a drupal coder myself but I think, that the code can be extended and the config files modified with the admin interface, also once images are uploaded they could be saved as attachments of the node.
That would be an integration for sure, I am very sad to see all these "wont fix" status.... :(
ps: IMCE is not user as friendly as the FCKeditor browser.
Comment #6
arnieswap commentedsrjosh - the path to install any editor through WYSIWYG API is not the one that you suggested. I tried your method, and as I knew, WYSIWYG module did not detect my FCKEditor.