Step 1: Upload the new bbcode_video_vbulletin.xml to your forumroot/includes/xml/ directory
Step 2: Enable debug mode by adding the following code to your config file:
PHP Code:
$config['Misc']['debug'] = 1;
Add this right after
PHP Code:
<?php
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 4.1.8
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ©2000-2011 vBulletin Solutions Inc. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
So it should look like
PHP Code:
<?php
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 4.1.8
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ©2000-2011 vBulletin Solutions Inc. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
$config['Misc']['debug'] = 1;
Then, login to the admincp on your forums, there is a rebuild drop down, expand it and click rebuild video bbcode.
You should also clear out the post cache in the maintenance section.
AdminCP > Maintenance > Update Counters > Rebuild Post cache
After you rebuild, remove or comment out the debug line.