Sorry, just found this one. This affects editing categories from within the CP.
In vbArticlesadmin.php, find:
PHP Code:
// ############################# Edit Category #########################
if ($action=="editcat") {
$sql = "SELECT * FROM vbArticles_cat WHERE artcatid=$artcatid";
Replace it with:
PHP Code:
// ############################# Edit Category #########################
if ($action=="editcat") {
$sql = "SELECT * FROM vbArticles_cat WHERE artcatid=$catid";
I am really putting this hack through it's paces. Thanks again!