Howdy John, Great work on the update but there is still one small SQL problem in the forum's article.php file,
Code:
$comment = $DB_site->query_first("SELECT articlepost.*, article.categoryid FROM " . TABLE_PREFIX . "articlepost
should be
Code:
$comment = $DB_site->query_first("SELECT articlepost.*, article.categoryid FROM " . TABLE_PREFIX . "articlepost As articlepost
That's line 660 in my editor.
By the way, this is a great system, I'm popping over to your site to drop you a *little* something.