You are not logged in.
My Xinha plug in ImageManager work, but after i insery an image, the src tag is not absolute, but relative (for example
<img width="625" height="395" src="uploads/cartina_stradale.jpg" alt="cartina_stradale.jpg" />
But i need the url aboslute , for example
<img width="625" height="395" src="http://www.xxx.com/myfolder/uploads/cartina_stradale.jpg" alt="cartina_stradale.jpg" />
It is possible? I have see in the manager.js... but i have not found .....
Thank you
Offline
What I do is after the form is submitted is to scan for sources where I "know" where it'll place the images, and prepend the remainder of the URL, then I write to the database.
This means in your case searching for src="uploads/ and replace it with src="http://www.xxx.com/myfolder/uploads/ - not the most elegant of solutions, but it works well for me.
Offline
Thank you: not the most elegant of solutions....
Offline
I've got the same problem.
Is this a known problem - I couldn't see a ticket for it?
Is there a fix?
Thanks
Offline