Page 1 of 1

Games should have "Play Now" button

Posted: 30 April 2020, 21:08
by King Hrothbeort
When you go to look up a specific game, there should be a "play now" button, so you can play that game right then.

Re: Games should have "Play Now" button

Posted: 30 April 2020, 21:24
by Red Nebula
There is a suggestion request you can vote for here -> https://boardgamearena.com/bug?id=16272
The more votes it gets the higher the change the admins are going to take it into consideration :)

Re: Games should have "Play Now" button

Posted: 10 June 2020, 17:30
by Paul_Chelsfield
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:

Code: Select all

#gamepanel-module #create_new_table {
    display: block !important;
}
Or if you would like to be a Guinea pig for a lot of my CSS tinkering... https://github.com/paul-norman/bga-css (can't promise that everything will work, just improving as I find issues).