aXenDeveloper/sourcebans-web-theme-fluent

Implement option to show where player was banned

Closed this issue · 5 comments

It would be possible to implement option to show on which server he got the ban.

image

Currently the theme does not show as you can see in the print:

image

And I would like to know if in addition to adding the server name/hostname it would be possible to also include the map that he was banned?

NOTE: Comms option also has these options to show where you received the block, if possible to put the map you took would also be perfect.

image

I need to check it if possible.

Currently, the sourcebans engine does not allow this feature to be added to the new code.

And only the option to show the server that the player was blocked? Official theme has this option, would it be possible or not this in the project to add this feature?

The current code checks if the table has the id data corresponding to the server id. It uses AJAX to display the value.
In the current code I cannot use the table because there is a conflict with the new table.

The default theme has a table based on a <table> that has no RWD.

I understand, thank you anyway.