Back to vBulletin 4.x Add-ons

Disable Related Videos in youtube embeds
Mod Version: 1.00, by Zachery

vB Version: 4.1.x Rating: (5 votes - 5.00 average) Installs: 21
Released: 12 Jan 2012 Last Update: Never Downloads: 114
Not Supported Additional Files Is in Beta Stage  

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.

Download

File Type: %1$s bbcode_video_vbulletin.xml (4.9 KB, 124 downloads)


vblts.ru supports vBulletin®, 2022-2024