You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2012-04-18 12:56:45

makeijan
Member
From: Pontevedra, Galicia
Registered: 2008-01-29
Posts: 757
Website

[Plugins] Network Architecture export to SVG keeps local paths to img

Hi,
I've been using Network Architecture Plugin https://forge.indepnet.net/projects/show/archires (formerly Archires) for a while now, and absolutely rocks.

There's only one minor (but annoying) issue. When saving SVG file for edition (just adding a few titles and colors ;-)), images path are server locals and image links local and relatives. It would be nice some renaming to a valid URL, changing something like this:

<a xlink:href="/glpi/front/networkequipment.form.php?id=32" xlink:title="admin">
<image xlink:href="/var/www/glpi/plugins/archires/pics/switch.png" width="37px" height="37px" preserveAspectRatio="xMinYMin meet" x="195" y="-346"/>

to this:

<a xlink:href="http://myserver.com/glpi/front/networkequipment.form.php?id=32" xlink:title="admin">
<image xlink:href="http://myserver.com/glpi/plugins/archires/pics/switch.png" width="37px" height="37px" preserveAspectRatio="xMinYMin meet" x="195" y="-346"/>

Yep, I know it would be hotlinking, but it's for a good cause. :-D

If there's other way to report this issue, please tell me.

Cheers

Offline

#2 2012-06-18 17:34:13

makeijan
Member
From: Pontevedra, Galicia
Registered: 2008-01-29
Posts: 757
Website

Re: [Plugins] Network Architecture export to SVG keeps local paths to img

Hi,
Thoughts about this?

Offline

#3 2017-07-05 13:12:39

Woodworm
Member
Registered: 2016-02-25
Posts: 15

Re: [Plugins] Network Architecture export to SVG keeps local paths to img

Hey,

i know the post is realy deep in the past, bute the Problem still exist.
Can someone give me a hint to solve the problem?



Greetings

Last edited by Woodworm (2017-07-05 14:02:16)

Offline

#4 2017-07-13 11:43:42

Woodworm
Member
Registered: 2016-02-25
Posts: 15

Re: [Plugins] Network Architecture export to SVG keeps local paths to img

... push ... big_smile

Offline

Board footer

Powered by FluxBB