bbPress

Simple, Fast, Elegant

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

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(3)

Your Rating

Author: Naden Badalgogtapeh

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.


  1. This looks very interesting.
    Was it a port from somewhere or your own invention?

    Posted: 4 months ago #
  2. Yes, I used a lot of code from a wordpress plugin I wrote several years ago.

    Posted: 4 months ago #
  3. Great Plugin although it converted a google docs link to a google video display.

    Posted: 4 months ago #
  4. @guru06 maybe the pattern are very close. I'll fix it if you post the example links.

    Posted: 4 months ago #
  5. ElButch

    Member

    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 Butch

    Posted: 4 months ago #
  6. @elbutch There will be version 0.2 very soon. I'll take care of your problem during the update.

    Posted: 4 months ago #
  7. @elbutch Please check, if "provider.inc.php" is in the same directory as bbvideo.php . You should download version 0.2 anway.

    Posted: 4 months ago #
  8. 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: 4 months ago #
  9. ElButch

    Member

    @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 plugin

    Posted: 4 months ago #
  10. @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: 4 months ago #
  11. v0.22 fixes a minor problem with stange topic titles.

    Posted: 3 months ago #
  12. Very nice plugin

    Posted: 2 months ago #
  13. 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: 2 months ago #
  14. @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: 2 months ago #
  15. grinder1111

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    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]&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=[ID]&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" width="[WIDTH]" height="[HEIGHT]"></embed></object>',
        'page_url' => 'http://vimeo.com'
      ),
    Posted: 3 weeks ago #
  16. @grinder1111 I added Viomeo.com in the last release 0.23.

    Posted: 3 weeks ago #
  17. grinder1111

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    that was fast. nice one!

    Posted: 3 weeks ago #
  18. This is a completely awesome plug in. This will add so much life to my forum

    (board.nevadasagebrush.com)

    Posted: 2 weeks ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.