Please help me.
I downloaded the file and made the following changes:
1. $forum['descriptiondefault'] = 1; changed to $forum['descriptiondefault'] = 0;
2. $db->query_write("ALTER TABLE `" . TABLE_PREFIX . "forum` ADD `descriptiondefault` SMALLINT(6) NOT NULL DEFAULT '1'"); to $db->query_write("ALTER TABLE `" . TABLE_PREFIX . "forum` ADD `descriptiondefault` SMALLINT(6) NOT NULL DEFAULT '0'");
3. turn off the "Show Forum Descriptions in Forum Listings" at Forum Listings Display Options
Then imported the file to the products.
But unfortunately I got the following errors

:
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: description_newthread in [path]/includes/functions.php on line 4007
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1280) : eval()'d code on line 8
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: description_editpost in [path]/includes/functions.php on line 4007
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: description_threadadmin_editthread in [path]/includes/functions.php on line 4007
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: description_navbar in [path]/includes/functions.php on line 4007
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: description_search_results_postbit in [path]/includes/functions.php on line 4007
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: description_threadbit in [path]/includes/functions.php on line 4007
I am using vBulletin? Version 4.0.7 .
Please Help!!