Jimako-e107-plugins / lgsl

Live Game Server List Richard Perry, tltneon version, for e107 CMS
0 stars 1 forks source link

Maps issue #10

Closed Jimmi08 closed 2 months ago

Jimmi08 commented 2 months ago

image

it is because sef-url

<td class="map_cell" data-path="/LGSL/maps/urbanterror/q3urt43/ut4_tohunga_b8.jpg">
        ut4_tohunga_b8
      <img class="mapImage3" style="width: 250px; height: 188px; display: none; position: absolute; margin-top: 5px; transform: translate(-25%, 0%); border-radius: 6px; z-index: 11;" src="/LGSL/maps/urbanterror/q3urt43/ut4_tohunga_b8.jpg"></td>

with full path

****/e107_plugins/lgsl/index.php

image

<td class="map_cell" data-path="/LGSL/maps/urbanterror/q3urt43/ut4_tohunga_b8.jpg">
        ut4_tohunga_b8
      <img class="mapImage3" style="width: 250px; height: 188px; display: none; position: absolute; margin-top: 5px; transform: translate(-25%, 0%); border-radius: 6px; z-index: 11;" src="/LGSL/maps/urbanterror/q3urt43/ut4_tohunga_b8.jpg"></td>

So there is something with paths. I can simulate this locally. I am on it.

Jimmi08 commented 2 months ago

Fixed similar way as location, locally it works

image