This plugin converts all links to knowen videos portals to the matching embedded players and supports the reader with easy sharing options and video downloading capabilities.
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
-
This looks very interesting.
Was it a port from somewhere or your own invention?Posted: 3 years ago # -
Yes, I used a lot of code from a wordpress plugin I wrote several years ago.
Posted: 3 years ago # -
Great Plugin although it converted a google docs link to a google video display.
Posted: 3 years ago # -
@guru06 maybe the pattern are very close. I'll fix it if you post the example links.
Posted: 3 years ago # -
Hi
That looks like a great plugin. But unfortunately it doesn't work for me. If I activate th plugin an go to a topic with links on it I get an error like the following:
Warning: Invalid argument supplied for foreach() in /www/harlekinos/forum/my-plugins/bbvideo.php on line 78
Warning: reset() [function.reset]: Passed variable is not an array or object in /www/harlekinos/forum/my-plugins/bbvideo.php on line 112
Having not that much knowledge about php I have no clue how to fix it. Is there someone that can help me?
Regards El ButchPosted: 3 years ago # -
@elbutch There will be version 0.2 very soon. I'll take care of your problem during the update.
Posted: 3 years ago # -
@elbutch Please check, if "provider.inc.php" is in the same directory as bbvideo.php . You should download version 0.2 anway.
Posted: 3 years ago # -
Sorry for submitting two updates a day. But there was a small javascript bug, someone came across today. Everythink should work fine fore now.
Posted: 3 years ago # -
@naden: Thanks very much. Now it works very well. The videos are embedded and work. But instead of the link I wrote in my answer there comes a line saying "http://www.naden.de/blog/bbvideo-bbpress-video-plugin -->". If I click on it there comes an error-message. By the way, this link only appears if I use the anchor-html-code with the videos URL.
If I change the bbVideo-seetings "Show embed field below the videos." to "No" the forum doesn't look the way it shoud any longer. There are missing backgrounds and the avatars are not there, where they are supposed to be.
I hope you don't mind that I post my thoughts here - because I assure it is a very useful pluginPosted: 3 years ago # -
@ElButch It's always good to have more then two eyes. It would be very helpful if you post a link to you forum. If you dont like to post you link here, drop me a line via the email you can find here. http://www.naden.de/blog/about/
Posted: 3 years ago # -
v0.22 fixes a minor problem with stange topic titles.
Posted: 3 years ago # -
Very nice plugin
Posted: 3 years ago # -
This plugin throws out the following error for me:
addLoadEvent is not defined
(?)()topic.php?id=55 (line 121)
[Break on this error] addLoadEvent(line 121 of topic.php is:
<!-- // bbVideo Plugin --><script type="text/javascript"> addLoadEvent( function() { var resolvedSub = $("resolvedformsub"); if (!resolvedSub) { return; } resFunc = function(e) { return theTopicMeta.ajaxUpdater("resolution", "resolved"); } resolvedSub.onclick = resFunc; theTopicMeta.addComplete = function(what, where, update) { if (update && "resolved" == where) { $("resolvedformsub").onclick = resFunc; } } } ); /script>Posted: 3 years ago # -
@suleiman The error you pinted out has nothing to do with bbVideo. The tag <!-- // bbVideo Plugin --> indicates the end of the bbVideo code. Everything abter that tag is from whatever plugin/program but not from bbVideo.
Posted: 3 years ago # -
quick hack for vimeo integration, add this to provider.inc.php (where it makes sense) - this is by far not bulletproof!!! like i said it's a quick hack:
'vimeo' => array( 'width' => '425', 'height' => '350', 'pattern' => 'vimeo\.com/([0-9]*)', 'index' => 1, 'code' => '<object width="[WIDTH]" height="[HEIGHT]"><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=[ID]&server=www.vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=[ID]&server=www.vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash" width="[WIDTH]" height="[HEIGHT]"></embed></object>', 'page_url' => 'http://vimeo.com' ),Posted: 3 years ago # -
@grinder1111 I added Viomeo.com in the last release 0.23.
Posted: 3 years ago # -
that was fast. nice one!
Posted: 3 years ago # -
This is a completely awesome plug in. This will add so much life to my forum
(board.nevadasagebrush.com)
Posted: 3 years ago # -
Could you add hulu?
http://www.hulu.com/watch/28859/the-daily-show-with-jon-stewart-thu-jul-31-2008i love the plugin!
peace
Posted: 3 years ago #
Add a Comment »
You must log in to post.