
thanks for your carefulness as well as praise - i tried to make the lite version still have the essence of the pro one
to fix that error, replace the contents of the vBTracker - Define Active Open plugin with
PHP Code:
if ($this->fetch_field('open') !== null)
{
$this->dbobject->query_write("UPDATE " . TABLE_PREFIX . "tracker_items AS items LEFT JOIN " . TABLE_PREFIX . "tracker_statuses AS status ON (items.statusid = status.statusid) SET items.active = IF (status.final, " . $this->fetch_field('open') . ", items.active) WHERE items.threadid = " . $this->fetch_field('threadid'));
}
also, another error, in tracker.php find
PHP Code:
$vbulletin->GPC['statusid']
and replace with
PHP Code:
$vbulletin->GPC['status']
updating the zip. anything else?