I'm still having trouble with Google Video. Anyone know how to get it to work with this plugin?
bbPress Plugin Browser »
bbVideo (0.24)
Download
Version: 0.24
Last Updated: 2008-6-30
Requires bbPress Version: 0.8.3 or higher
Compatible up to: 0.8.3.1
Average Rating





Your Rating
Author: Naden Badalgogtapeh
-
Posted: 2 years ago #
-
great mod.
Posted: 2 years ago # -
My compliments to the plugin author, but ...
I have to say that I was puzzling all day about how to make this plugin work ... until I realised that you insert the video PAGE url, not the whole object-embed code.
Are there any plugins that allow you to use the embed code instead? I could be wrong but it seems to me that a lot of forum users would do it that way.
Or is embed code functionality being considered for this plugin?
Or am I just doing it wrong? I definitely couldn't get the videos to show up by just pasting the whole embed code into the post.
Posted: 2 years ago # -
great plugin, thank you man!
Posted: 2 years ago # -
In RC1, the bbVideo menu shows up at the top left, next to the Dashboard link. It would make more sense to have the bbVideo menu appear under the Plugins sub-menu.
Other than that, this plug-in is fantastic. :)
Posted: 2 years ago # -
Ok, did find a bug when using this plugin with RC1. This didn't happen in previous versions.
If I quote a post that contains a video, I have to add an extra carriage return after the ending blockquote tag, or else my post ends up in the quoted area.
I suppose this could also be a problem with the quote plugin, but it only happens when quoting a post that contains a video.
Posted: 2 years ago # -
This worked perfectly for me! :D
Quick question...anyone know how to make it so that it automatically embeds the video centered in the post area?
Posted: 2 years ago # -
Ok, did find a bug when using this plugin with RC1. This didn't happen in previous versions.
If I quote a post that contains a video, I have to add an extra carriage return after the ending blockquote tag, or else my post ends up in the quoted area.
I second that. Another problem I came up with is that when applying any extra markup with the Video link (e.g.
[center]), it will apply to the entire thread, not only the Video.Posted: 2 years ago # -
Somehow when i enter more than one youtube url it only wants to show one youtube.
The other youtube links disappearPosted: 2 years ago # -
looks also good with 1.0.2
brilliant workPosted: 2 years ago # -
To move the menu into the "plugin" submenu, you have to do this modification
function AddAdminPage() { global $bb_menu; //$bb_menu[ 60 ] = array( __( 'bbVideo' ), 'use_keys', 'BBPressPluginBBVideoAdminPage' ); bb_admin_add_submenu(__('bbVideo'), 'administrate', 'BBPressPluginBBVideoAdminPage'); }(just the commented line is to be commented/replace by the "bb_admin_add_submenu" line)
Posted: 2 years ago # -
Does anybody know how to fix this bug?
If I quote a post that contains a video, I have to add an extra carriage return after the ending blockquote tag, or else my post ends up in the quoted area.
I suppose this could also be a problem with the quote plugin, but it only happens when quoting a post that contains a video.
When I first reported this (see above), I was using RC1 of v1.0 and said that it never happened in previous versions. However, I'm using it in a 0.9.0.6 forum and I'm getting this bug.
Posted: 2 years ago # -
support for liveleak.com is broken, anyone know how to fix it?
Posted: 1 year ago # -
Big thanx! Good plugin!
Posted: 8 months ago # -
here is the megavideo.com code for this mod
[code]
'megavideo' => array(
'width' => '640',
'height' => '481',
'pattern' => 'megavideo\.com/\?v=([A-Z0-9]+)',
'index' => 1,
'code' => '<object width="[WIDTH]" height="[HEIGHT]"><param name="movie" value="http://www.megavideo.com/v/[ID]"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.megavideo.com/v/[ID]" type="application/x-shockwave-flash" allowfullscreen="true" width="[WIDTH]" height="[HEIGHT]"></embed></object>',
'page_url' => 'http://www.megavideo.com'
),
[/code]to install this de-activate the mod then edit the provider.inc.php file save it and them re-activate the mod
Posted: 6 months ago # -
Thnx works like a charm
Posted: 3 months ago # -
Thnxx for the plugin.
Posted: 2 months ago #
Add a Comment
You must log in to post.