Hello

I have a problem with YUI editor 6.x-2.33 and the Image Upload Plugin:

I use IDs to define what CCK fields should be replaced by the YUI editor. I use one YUI editor profile and there are 3 IDs in the IDs box of that profile.

What I noticed is the following:
The YUI editor loads for all the 3 CCK fields referred by the IDs. When I click on insert image, the image options box appears. But only on the cck field referred by the first ID in the ID box (YUI editor settings), there is the option to upload an image. In the 2 other cck fields (referred by the other two IDs), this option is missing.

If I change the order of the IDs in the IDs box, then the image upload option shows in the CCK field that is now referred by the ID in first place of the IDs box. The other 2 cck fields do not show the image upload option.

Has someone an idea what could be the problem?

Comments

xenophyle’s picture

I was having a similar problem, but I only had 2 IDs and when I changed the order of them it worked for me.
I thought of changing the order because it reminded me of another bug I had seen where the coder button was only appearing in the first of the editors, if I was using the editor on multiple fields of a content type. That bug was fixed when I applied the patch submitted in comment #8 of http://drupal.org/node/386066. It might be a good idea to examine the patch and see if this is a similar problem.