Quote:
Originally Posted by Magz
Love the script michael, but a quick question.
When a user gets an answer right, it becomes closed. So others dont even see the tune, or get the option to have a guess.
Is this how its meant to work ?
|
Hi there
If you are useing the cash system version then it does close the tune when a write answer is given.
If you want to change that you can in the main mmnamett.php file fine
PHP Code:
$db->query("UPDATE ". TABLE_PREFIX . "mmnamett_tunes SET open=0 WHERE id='". $nttid . "'");
and remove this line of code
This will stop the tunes from being closed when answered.