Xinha and S9y alpha 5 problem
Posted: Sat Sep 17, 2005 5:22 pm
Hi,
i use to edit entries with nice xinha plugin but since i upgrade from s9y alpha4 to s9y 0.9 alpha 5 something incorrect appends with image url on new entries.
example :
i edit a new entry, i insert an image using xinha insert image button. so i can browse an select an image on serveur on blog/uploads.
First
if i right clic on a thumbnail for properties i can see an error in image url :
example :
if i insert this image inside my entry, the tag editor display for this image :
when i save the entry the url is translated to
but shoul be
so the image doesn't appears on the blog entry.
have you got an idea ?
Thanks for help
Frandy
i use to edit entries with nice xinha plugin but since i upgrade from s9y alpha4 to s9y 0.9 alpha 5 something incorrect appends with image url on new entries.
example :
i edit a new entry, i insert an image using xinha insert image button. so i can browse an select an image on serveur on blog/uploads.
First
if i right clic on a thumbnail for properties i can see an error in image url :
example :
Code: Select all
http://www.mysite.com/blog//uploads/contacticon.gif
Code: Select all
<img src="/blog//uploads/contacticon.gif" />
Code: Select all
<img src="http://www.mysite.com/uploads/contacticon.gif" />
Code: Select all
<img src="http://www.mysite.com/blog/uploads/contacticon.gif" />
have you got an idea ?
Thanks for help
Frandy