Active
Project:
Wysiwyg
Version:
6.x-2.1
Component:
Editor - nicEdit
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 May 2010 at 05:35 UTC
Updated:
9 Sep 2013 at 09:05 UTC
I love this module. Works perfect. I would like to change to NicEdit as the default WYSIWYG editor. Unfortunately I can't see an option to integrate the Image Upload/Browser into it. Can you please help?
Thanks!
Comments
Comment #1
eugenmayer commentedWell this issue should be a feature request for the WYSIWYG module, because the editor-integration is done there (in a great job!).
Comment #2
bluestarstudios commentedCan anybody please help in making "WYSIWYG image upload" available in NicEdit?
Comment #3
twodMarked #847736: WYSIWYG image upload extenstion not visiable in nicEdit editor a duplicate of this one. I have some basic code ready for this and I'll see if I can turn it into a nice patch this weekend.
Comment #4
eugenmayer commentedThank you TwoD
Comment #5
FooZee commentedIf you are busy, could you point out the way to me :) I really need this ... even as a basic idea, not as a patch if a patch is not ready!
and thanks for your efforts :)
Comment #6
rwohlebHmm, I can't believe this has been open so long. Any update on getting 'proxy plugin' implemented in nicedit and some of the other editors?
Comment #7
marcnewport commentedAdded the image upload button by whacking it in the buttons array inside the wysiwyg_nicedit_plugins function in nicedit.inc file, then you can choose it on the settings page.
By default it uploads it to imageshack, but if you add the uploadURL to the $settings array in wysiwyg_nicedit_settings function you can point to your own image handling script.
Comment #8
robbin.zhao commentedThanks @marcnewport
I post the details in here to help others. (D7)
nicedit.inc
then in settings page, choose 'Upload Image' button for you wysiwyg.
ps: here is the upload php file
http://svn.nicedit.com//trunk/nicUpload/php/nicUpload.php