Quote:
Originally Posted by leftanalog
Cant take credit for this... as ive seen this fix elsewhere. Worked for mine vb version 4.1.4.
I have applied for a new hook to be added to take care of the issue in 4.0.3 & other versions so hopefully this will only be "broken" for this iteration. If you want to fix, you will need to apply the following file edit:
Note: THIS IS FOR VERSION 4.0.3 BUT WILL WORK ON other versions.
Edit includes/functions_video.php and change:
PHP Code:
function parse_video_bbcode($pagetext) { global $vbulletin;
to
PHP Code:
function parse_video_bbcode($pagetext) { global $vbulletin; require_once(DIR . '/includes/ame_prep.php'); $providers = ame_data_preparse($pagetext);
Again this is not my fix... just something I found searching google. It may even be in this thread already. Not sure. lol.
|
Gave this a shot and the forum is wrapping video tags around the video but for some reason it won't display. Just a big white space where the vid is supposed to be. Wonder what I'm doing wrong?
Code looks like this:
[video=youtube;NQ9UNG]http://www.youtube.com/watch?v=NQ9UNG[/video]