eBot-CSGO-Web icon indicating copy to clipboard operation
eBot-CSGO-Web copied to clipboard

Backend Livemap

Open theantihero opened this issue 8 years ago • 3 comments

Is this supposed to not work? Any info or guide to get it working? Much appreciated.

theantihero avatar Feb 29 '16 15:02 theantihero

It should not work I think. The livemap never worked well :)

deStrO avatar Mar 09 '16 11:03 deStrO

If you had it somewhat working, could you please share it? :D It would be greatly appreciated if it can get worked on by community.

theantihero avatar Mar 21 '16 15:03 theantihero

Seems some files got bad path to some images,

  • /images/maps/csgo/livemap -> /images/maps/livemap
./apps/backend/modules/matchs/templates/_livemap.php:                    <img src="/images/maps/csgo/livemap/_blue.png" style="width: 16px; height: 16px;"> Attacker<br>
./apps/backend/modules/matchs/templates/_livemap.php:                    <img src="/images/maps/csgo/livemap/_red.png" style="width: 16px; height: 16px;"> Victim<br>
./apps/frontend/modules/matchs/templates/externalLivemapSuccess.php:        blue.src = '/images/maps/csgo/livemap/_blue.png';
./apps/frontend/modules/matchs/templates/externalLivemapSuccess.php:        red.src = '/images/maps/csgo/livemap/_red.png';

I continue my investigation ...

abenevaut avatar Jun 30 '16 18:06 abenevaut