Hi!

I encountered an issue in YUI rich text editor.

I upload a picture using the YUI editor's Insert item/Insert image button and it uploads the picture but the URL or the thumbnail doesn't appear in the textbox. I tried jpg and bmp and it can access /files/images.

Thanks,
Judit

Comments

jeffcd’s picture

Are you using the -97 version? That one should work.

gustavlarson’s picture

He is using 5.x, and the latest version is 5.x-2.6-95, released June 4th. Perhaps the same bug exists in the 5.x branch?

Skys0’s picture

hello, I have the same problem with 5.x version, the image is uploaded but the URL disappear... Probably the same bug that for 6.x version...

jeffcd’s picture

Status: Active » Closed (duplicate)
dfunkd’s picture

I'm having the same problem with 5.x version just downladed from D.O..
I have gone through as many module/help pages as I can find,
Input format is set to Full-html.
When clicking the YUI button to "insert image"
the pop-up box appears, allows me to browse ( the path box is tiny, but contain the path from my computer correctly).
when I click "upload image" the "Image Url" box only displays /files/images without the image name.
this then appears to work.
But when another node is created with an image.
then previous image is replace with the new image.
So all the added node have the same image file.
Non-specific /files/images
What am I doing wrong??

kungfu71186’s picture

In case someone else needs to know this information. You have to create the directory images and set it to be writeable. Or you can edit the yui module and under the function
function yui_editor_image_upload() you can specify a custom directory. There is currently no option to set a custom directory from admin area.