i noticed another bug. when i post a poll, it will not update the title on forumhome.
to fix it, open newthread.php and find:
Code:
//create new thread
if ($postpoll) {
$visible = 0;
replace it with:
Code:
//create new thread
if ($postpoll) {
$visible = 0;
$DB_site->query("UPDATE forum SET lastthread='".addslashes(htmlspecialchars($subject))."' WHERE forumid IN ($foruminfo[parentlist])");
download the full 2.2.8 update
here.