Page 1 of 1

Category of a game

Posted: 08 January 2021, 11:58
by Bids
Hi!
How do I change the category of my game Bids? It doesn't appear in the list of card games.
Thanks a lot

Re: Category of a game

Posted: 08 January 2021, 13:42
by RicardoRix
look in the gameinfos.inc.php file:

http://en.doc.boardgamearena.com/Game_m ... os.inc.php

'

Code: Select all

tags' => array( 2,10,22,200 ),
You have to reload this file via the control panel.

Re: Category of a game

Posted: 08 January 2021, 16:47
by Bids
hmm for one tag it's working and I see it appearing in casual games, but with several not:

Code: Select all

'tags' => array(2, 11, 200),
and it gives me:
'tags' =>
array (
0 => 2,
),

when I upload the file.
Any idea why this could be?