Page 1 of 1
Questions in random order

Posted:
Mon Dec 15, 2003 4:47 pm
by Mersan
Hello
Now the questions are appearing in random order like 9, 2, 3, 7, 8, 6 etc.
I can't find any mention of this in the documentation.
Thanks and cheers ron

Posted:
Mon Dec 15, 2003 4:56 pm
by nabocorp
Hello,
do you have a URL where I can see that? Send it to me by mail: info at nabocorp.com.
Regards,
nabocorp

Posted:
Sat Oct 16, 2004 5:42 am
by DCurtiss26
I had this same problem. After looking in the PHP a little, I found the problem and offer the fix here.
vote_1page.php, line 30 should read:
$res_question = mysql_query("select * from nabopoll_questions where survey=$survey order by id");
The problem was the 'order by id' phrase was not included. I hope this helps someone else, too!