Ok, now you have a different javascript error. Try this instead wink Line 617 of libs/ubbthreads.inc.php looks like this:

$today = $this->convert_time($now,$user['USER_TIME_OFFSET'],"d",1,0);

Change that, to this:

$today = $this->convert_time($now,$user['USER_TIME_OFFSET'],"j",1,0);