Rushaway/sourcebans-web-theme-fluent

[Request] Display map icon on server list

Closed this issue · 4 comments

In defaut theme
1

In sourcebans-web-theme-fluent theme
2

If it disaplys map icon (the image we can upload), I will appreciate

Something like that ? (Without the gametracker banner btw)
image

Something like that ? (Without the gametracker banner btw) image

Yes.

I don't know we can use gametracker to do that. How?

Added in 1fb0790
After line 49 add this code.
You can also change banner style, by looking the doc of Gametrackers.

<p class="responsive_show:desktop" align="center">
	<a href="https://www.gametracker.com/server_info/{$server.ip}:{$server.port}/" target="_blank">
		<img style="border-radius: 6px;padding-left: 1px;width: 160px !important;height: auto !important;" src="https://cache.gametracker.com/server_info/{$server.ip}:{$server.port}/b_160_400_0_ffffff_c5c5c5_107abf_0f1015_0_1_0.png"/>
	</a>
</p>

image
Nice, thank you :D