Search found 8 matches

by Paul_Chelsfield
16 September 2021, 19:53
Forum: Madeira
Topic: Undo/Cancel Move
Replies: 6
Views: 13742

Re: Undo/Cancel Move

This. So. So. Badly. This. Just had a 4 hour game ruined because I selected something incorrectly by accident (first game). Complex games without this functionality should have a warning when you start them because it's really, REALLY annoying to lose on the last round because you accidentally click...
by Paul_Chelsfield
15 September 2021, 22:03
Forum: Clans of Caledonia
Topic: UNDO action for Clans...
Replies: 3
Views: 2869

Re: UNDO action for Clans...

Just had a game ruined by exactly this. And it happens multiple times per game, EVERY game I've played (and not just to me). It so desperately needs an undo / restart turn function. It's a complex game and having no way to change your mind after starting a certain action is extremely limiting and, d...
by Paul_Chelsfield
14 August 2021, 17:44
Forum: Discussions
Topic: How to disable chat in CSS?
Replies: 4
Views: 1779

Re: How to disable chat in CSS?

Sorry for the slow reply, shows how often I log in to the forum (and that I hate notifications!)... I'm not aware of a means to automatically block PMs by default on BGA, but then again I almost never use the chat system. If you additionally wanted to block the messages from appearing in the message...
by Paul_Chelsfield
14 August 2021, 17:34
Forum: 6 nimmt!
Topic: Possible to redesign cards with css?
Replies: 5
Views: 2533

Re: Possible to redesign cards with css?

I've voted for the issue now... It's something absolutely trivial (code wise), but it would allow the community to make the tweaks that it clearly wants to!
by Paul_Chelsfield
13 July 2021, 19:36
Forum: 6 nimmt!
Topic: Possible to redesign cards with css?
Replies: 5
Views: 2533

Re: Possible to redesign cards with css?

Technically yes, you can override images loaded via CSS, in fact for 6 Nimmt it's as easy as downloading the cards image https://x.boardgamearena.net/data/themereleases/current/games/sechsnimmt/210309-1247/img/cards.jpg and using it to make your replacement (cards must be the same size / position) a...
by Paul_Chelsfield
13 July 2021, 19:03
Forum: Discussions
Topic: How to disable chat in CSS?
Replies: 4
Views: 1779

Re: How to disable chat in CSS?

If you really want to disable the chat bar entirely via CSS then it's very simple: #chatbar { display: none; } If you only want to get rid of it actually in the games: .game_interface #chatbar { display: none; } I'm not entirely certain if this has any matchmaking functions so removing this might br...
by Paul_Chelsfield
10 June 2020, 17:32
Forum: BGA release notes
Topic: Friend only mode + Step by step menu on lobby page
Replies: 17
Views: 10797

Re: Friend only mode + Step by step menu on lobby page

After being annoyed by this a lot I took a quick look at the code and the button is still there, just hidden... It can be re-enabled using a tiny bit of custom CSS code: #gamepanel-module #create_new_table { display: block !important; } Or if you would like to be a Guinea pig for a lot of my CSS tin...
by Paul_Chelsfield
10 June 2020, 17:30
Forum: Suggestions
Topic: Games should have "Play Now" button
Replies: 2
Views: 1028

Re: Games should have "Play Now" button

After being annoyed by this a lot I took a quick look at the code and the button is still there, just hidden... It can be re-enabled using a tiny bit of custom CSS code: #gamepanel-module #create_new_table { display: block !important; } Or if you would like to be a Guinea pig for a lot of my CSS tin...

Go to advanced search