Hi
If I take a game that is in the database, and deactivate it (normally because I don't view it as suitable for my kids for some reason) it doesn't remove it from the listings (say top rated games, or recently played)
This is a bit of a problem, but worse is that when you click on the game, you get a nasty SQL error
ProArcadeScript DB ERROR!
Query failed.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1 - 1064.
QUERY: SELECT id, title, latin_title FROM pas_categories WHERE id= LIMIT 1
Any easy fix for that?
On an connected issue, any chance of implementing something so that perhaps I can have different levels of user, kids and over18s for example so that the kids only see a filtered games list?
Or maybe this can already be done and I've missed how.