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
(14)

Your Rating

Author: Naden Badalgogtapeh


  1. I'm still having trouble with Google Video. Anyone know how to get it to work with this plugin?

    Posted: 11 months ago #
  2. great mod.

    Posted: 11 months ago #
  3. 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: 10 months ago #
  4. great plugin, thank you man!

    Posted: 9 months ago #
  5. citizenkeith

    Member

    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: 9 months ago #
  6. citizenkeith

    Member

    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: 9 months ago #
  7. 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: 8 months ago #
  8. 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: 8 months ago #
  9. Somehow when i enter more than one youtube url it only wants to show one youtube.
    The other youtube links disappear

    Posted: 7 months ago #
  10. docfloc

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    looks also good with 1.0.2
    brilliant work

    Posted: 6 months ago #
  11. 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: 5 months ago #
  12. citizenkeith

    Member

    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 months ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.