Hi there

Installed this module and configured it, but when I go to insert an image the File Browser menu shows "Upload, Thumbnails, Delete, Help and Resize" but NOT "Send to FCKEditor"

What is the problem ??

Appreciate any thoughts here

PS Have un-installed and re-installed

PPS Module allows me to manually put in the full url of the image"

CommentFileSizeAuthor
#16 imce.patch765 byteswmostrey
#4 imce_timeout.patch1.18 KBbeholder

Comments

miiimooo’s picture

same here on fresh install

kosilko’s picture

when i use IMCE+BueEditor , opera don't display "Send to BuEditor" button in IMCE popup window.

FallinHigh’s picture

i have this problem too..
in internet explorer 7 the "send to fckeditor"-button is missing.. in firefox all works fine..
anyone a solution?

beholder’s picture

Category: support » bug
Status: Active » Needs review
StatusFileSize
new1.18 KB

I have a hackish solution for Opera. Problem is in timing of window.open method — Opera opens window, but can't add properties to new object. I have found solution with setTimeout() which puts this operation to queue.
I have tested my patch with Opera 9.52 and Firefox 3 — it works for me.

Rush_iam’s picture

didn't helped :(
have need for patch
(drupal 6.9 + IMCE 6.x-1.1 + fckeditor 6.x-2.0-alpha5)

neither in IE nor in Opera - thare is no any "Send to FCKeditor" button/link :(
please, help!

Aleksic’s picture

Hi Rush_iam
Try to use last version Fckeditor 2.6.4 and Fckeditor module 6.x-1.3-rc7 + IMCE. It`s work just fine.
Yes, I was have some issue with Image + Image Api so If you have this modules on your sistem then just disable them and try did have any change ;)

Rush_iam’s picture

Yes, I was have some issue with Image + Image Api so If you have this modules on your sistem then just disable them and try did have any change ;)

Thank you very much!!! It works! :D
p.s. and there is no need for patch mentioned in this thread ;)

Aleksic’s picture

Status: Needs review » Closed (fixed)

Glad to help :D

lfp_admin’s picture

I disabled Image API and Image and still no "Send to FCK Editor" button shows up. Can anyone help?

Aleksic’s picture

Hi lfp_admin,
who knows where is isssue in your case. But, you can try to use Garland theme and any drupal modules no matter but for another (in: sites/all/modules/) try only Fckeditor 2.6.4 and Fckeditor module 6.x-1.3-rc7 + IMCE. Then try to enable your modules one by one and look did any another module have conflict with IMCE. Whan you are done and if you find conflict let us know:)

dvc9’s picture

I had this behavior today when using the securepages module. It was configured to switch back to non-secure pages when not required. It was resolved by adding imce* to the list of secured pages. Or by changing the option to switch back to unsecure pages.

lindsayo’s picture

Thanks, dvc9, I had the same problem and fixed it with your suggestion of adding imce* to the list of secured pages. Thanks for sharing your solution!

mheacock’s picture

Title: Don't see the "Send to FCKEditor" button » Don't see the "Send to BUEditor" button

Thanks to dcv9. It was a securepages issue for me. Not sure how long it would have taken me to figure that out. So thanks to dvc9 for the grunt work and the update for us all.

wmostrey’s picture

Version: 6.x-1.1 » 6.x-1.3
Status: Closed (fixed) » Active

I really don't see disabling imageapi (which is required by imagecache) as a "solution". I'm still experiencing this issue: no "Send to" button in internet explorer. It doesn't work with either CKEditor or FileField Sources.

comfused’s picture

I also hav ethis problem in IE
and I don't use securepages

wmostrey’s picture

StatusFileSize
new765 bytes

I also wasn't using securepages, and didn't want to disable imageapi/imagecache so I went on a debugging spree. The following patch fixed things for me.

In IE var data didn't only contain the field name but also an unnamed function. With this patch the code doesn't loop through the array but only takes the first element. The original code also took the second element which resulted in a js error, which stopped the extra "Send to" link from being added.

ufku’s picture

Version: 6.x-1.3 » 6.x-2.x-dev
Priority: Critical » Normal
Status: Active » Fixed

fixed in 2.x which will replace 1.x branch.

emptyvoid’s picture

Issue not fixed in 6.x-2.x-dev

nfo:

OS: Vista
Browser: IE 8.0
Drupal: 6.16
Wysiwyg: 6.x-2.1
Ckeditor: 3.2.0.5205
IMCE Wysiwyg API bridge: 6.x-1.x-dev (2010-Mar-12)
IMCE: 6.x-2.0-beta1

Browsing in IMCE double clicking a file will open the file in a new browser window instead of passing the file url back to the WYSIWYG editor dialog.

wmostrey’s picture

Emptyvoid, I think that might be a whole new bug altogether. If you see the "Send to" button, then it's not related to this issue and you should create a separate ticket for this.

emptyvoid’s picture

Found the problem, separate issue posted with "fix".

http://drupal.org/node/805034

davidam’s picture

I've tested it and the problem continues. I'm using:

* Browser: IE6
* OS: Ubuntu
* imce: 6.x-1.4
* ckeditor: 6.x-1.1
* drupal: 6.16

Status: Fixed » Closed (fixed)

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