sorry -- already a fix:

http://code.google.com/p/django-tinymce/issues/detail?id=22&can=1&q=image&colspec=ID%20Type%20Status%20Priority%20Milestone%20Reporter%20Owner%20Summary

On Aug 17, 7:31 pm, Cody Django <codydja...@gmail.com> wrote:
> I really don't know what is going on here.  I've checked all my
> settings for django-filebrowser and django-tinymce.
>
> 1) Using tinymce in admin, I'll click on "add image"
> 2) Click on "filebrowser" icon in the image-prompt window, which opens
> the filebrowser window
> 3) Click on an image, which opens in a window
> 4) Copy the absolute address from the url
> 5) Paste it into the url field in the image-prompt window and click OK
> 6) Image is now viewable in the textarea.
> 7) click view object on site
> 8) image has a broken link.  I check the path for the image and it's
> something like: <img src="../../../../static/testimage.jpg"> instead
> of the absolute path.
>
> * I've managed to have it display the absolute url if I include a www
> in the absolute url field in the tinymce image-prompt window:
>
> ect:  http://www.site.com/static/testimage.jpg  (image url becomes
> 'http://www.site.com/static/testimage.jpg')
>  instead ofhttp://site.com/static/testimage.jpg (image url becomes 
> '../../../../
> static/testimage.jpg')
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to