Just looking at this, and I think something else is missing<br />from the instructions:<br /><br />Around line 690 find this:<br /><pre><font class="small">code:</font><hr> list($Number,$Parent,$Username,$Posted,$Last_Post,$Subject,$Main,$Open,$Approved,$icon,$Reged,$Counter,$Sticky,$Replies,$Rating,$Rates,$stars,$Color,$PostStatus) = $dbh -> fetch_array($sth);<br /></pre><hr><br /><br />and change it to this:<br /><pre><font class="small">code:</font><hr><br /> list($Number,$Parent,$Username,$Posted,$Last_Post,$Subject,$Main,$Open,$Approved,$icon,$Reged,$Counter,$Sticky,$Replies,$Poll,$Rating,$Rates,$stars,$Color,$PostStatus) = $dbh -> fetch_array($sth);<br /></pre><hr><br /><br />(needed to have the "$Poll," after the "$Replies,"<br /><br />I haven't tested this hack by itself... but was looking at this code as <br />I'm working on a hack that will change post icons for Sticky, <br />File Attached and Polls, and discovred that my poll function <br />wasn't working. Needed to make the above adjustment.