Closed (duplicate)
Project:
YUI Rich Text Editor
Version:
5.x-2.6-95
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2008 at 11:05 UTC
Updated:
27 Sep 2008 at 06:01 UTC
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
Comment #1
jeffcd commentedAre you using the -97 version? That one should work.
Comment #2
gustavlarson commentedHe 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?
Comment #3
Skys0 commentedhello, 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...
Comment #4
jeffcd commentedComment #5
dfunkd commentedI'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??
Comment #6
kungfu71186 commentedIn 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.