*I haven't gone through the posts so this info may be redundant.
The default forum setting is set to "Yes". This setting may be a problem if you have many forums but only want Any Media on a select few. To change the default setting:
1. Uninstall the XML file.
2. Change line in XML from (note in red):
Code:
$vbulletin->db->query_write("ALTER TABLE `" . TABLE_PREFIX . "forum` ADD `anymediafp` INT( 10 ) UNSIGNED NOT NULL DEFAULT '1'");
To
Code:
$vbulletin->db->query_write("ALTER TABLE `" . TABLE_PREFIX . "forum` ADD `anymediafp` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0'");
3. Upload the XML file with the changed settings.
Now the default forum setting is set to "No".