Ticket #1016 (closed defect: duplicate)
URL to image
| Reported by: | guest | Owned by: | yermol |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin_ImageManager | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
