ChurchMedia
11-02-2006, 05:58 AM
I'm sorry if this has been addressed. I've searched and can't find it.
When I go to create a new tournament, only the first 14 games are an option to select. Any ideas?
It would be cool to have a "Add Tournament" link next to the game description like I've seen on Invision boards.
(Just an aside -- my arcade completely crashed today. All games and scores went missing. I uninstalled and reinstalled. Everything seems to be okay except the game selection for tourneys.)
Thanks for the awesome add-on!
I checked the database and the games not showing up were in categories that didn't exist. So I ran this query and everything is okay:
UPDATE vb_games_list SET gcat =1;
You might want to add that as a utility option.
When I go to create a new tournament, only the first 14 games are an option to select. Any ideas?
It would be cool to have a "Add Tournament" link next to the game description like I've seen on Invision boards.
(Just an aside -- my arcade completely crashed today. All games and scores went missing. I uninstalled and reinstalled. Everything seems to be okay except the game selection for tourneys.)
Thanks for the awesome add-on!
I checked the database and the games not showing up were in categories that didn't exist. So I ran this query and everything is okay:
UPDATE vb_games_list SET gcat =1;
You might want to add that as a utility option.