Ticket #1016 (closed defect: duplicate)

Opened 6 years ago

Last modified 6 years ago

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

Changed 6 years ago by gogo

  • status changed from new to closed
  • severity changed from critical to normal
  • priority changed from highest to normal
  • version deleted
  • milestone deleted
  • resolution set to duplicate

See the configuration options with regard to urls (base_href, stripBase etc), and also you can set the images_url config item for ImageManager to an absolute url and it may work.

Also search tickets for existing regarding the cleanup/fixup of the relative<->absolute url handling. Resolving duplicate because of that.

Note: See TracTickets for help on using tickets.