The "Allow Polls to be created in replies?" checkbox is not working. To fix this problem, find in viewboard.php:

Code
 $polls_anywhere_on = "checked\"checked\"";
and replace with:

Code
 $polls_anywhere_on = "checked=\"checked\"";

Last edited by Rick; 08/14/2006 5:36 PM.