Games should have "Play Now" button

Suggestions & ideas / Suggestions & idées
Locked
King Hrothbeort
Posts: 90
Joined: 27 March 2020, 20:14

Games should have "Play Now" button

Post 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.
User avatar
Red Nebula
Posts: 18
Joined: 26 February 2018, 22:56

Re: Games should have "Play Now" button

Post 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 :)
User avatar
Paul_Chelsfield
Posts: 8
Joined: 13 April 2020, 21:22

Re: Games should have "Play Now" button

Post 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).
Locked

Return to “Suggestions”