Matrix - It looks like there's a } missing... To make things easy, just replace everything starting from:
// News Admin Options
With:
PHP Code:
// News Admin Options
$adminopts = '';
if (in_array($bbuserinfo['usergroupid'], array(5, 6)) OR ($news[postuserid] == $bbuserinfo[userid])){
eval("\$adminopts .= \"".gettemplate('index_news_adminopts')."\";");
}
if ($news[attachmentid]=='') {
$news[attachment]='';
} else {
eval("\$news[attachment] = \"".gettemplate("index_attachment")."\";");
}
eval("\$newsbits .= \"".gettemplate('index_newsbits')."\";");
}
$DB_site->free_result($getnews);
unset($news);
}
Then the next line after that part should be:
// vbPortal mini calendar - by wajones