<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Plugin Browser &#187; Topic: bbVideo</title>
		<link>http://bbpress.org/plugins/topic/bbvideo/</link>
		<description>bbPress Plugin Browser &#187; Topic: bbVideo</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 16:02:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/topic/bbvideo" rel="self" type="application/rss+xml" />

		<item>
			<title>Torrent downloaden on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-6630</link>
			<pubDate>Sun, 13 Nov 2011 20:50:33 +0000</pubDate>
			<dc:creator>Torrent downloaden</dc:creator>
			<guid isPermaLink="false">6630@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thnxx for the plugin.
</p>]]></description>
					</item>
		<item>
			<title>Download BF3 on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-6622</link>
			<pubDate>Sun, 30 Oct 2011 21:55:51 +0000</pubDate>
			<dc:creator>Download BF3</dc:creator>
			<guid isPermaLink="false">6622@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thnx works like a charm
</p>]]></description>
					</item>
		<item>
			<title>pkdemon101 on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-6560</link>
			<pubDate>Tue, 26 Jul 2011 22:49:46 +0000</pubDate>
			<dc:creator>pkdemon101</dc:creator>
			<guid isPermaLink="false">6560@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>here is the megavideo.com code for this mod</p>
<p>[code]<br />
'megavideo' =&#62; array(<br />
		'width' =&#62; '640',<br />
		'height' =&#62; '481',<br />
		'pattern' =&#62; 'megavideo\.com/\?v=([A-Z0-9]+)',<br />
		'index' =&#62; 1,<br />
		'code' =&#62; '&#60;object width="[WIDTH]" height="[HEIGHT]"&#62;&#60;param name="movie" value="http://www.megavideo.com/v/[ID]"&#62;&#60;/param&#62;&#60;param name="allowFullScreen" value="true"&#62;&#60;/param&#62;&#60;embed src="http://www.megavideo.com/v/[ID]" type="application/x-shockwave-flash" allowfullscreen="true" width="[WIDTH]" height="[HEIGHT]"&#62;&#60;/embed&#62;&#60;/object&#62;',<br />
		'page_url' =&#62; 'http://www.megavideo.com'<br />
	),<br />
[/code]</p>
<p>to install this de-activate the mod then edit the provider.inc.php file save it and them re-activate the mod
</p>]]></description>
					</item>
		<item>
			<title>news-blog on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-6517</link>
			<pubDate>Mon, 23 May 2011 10:32:58 +0000</pubDate>
			<dc:creator>news-blog</dc:creator>
			<guid isPermaLink="false">6517@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Big thanx! Good plugin!
</p>]]></description>
					</item>
		<item>
			<title>Damien on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-5839</link>
			<pubDate>Sun, 23 May 2010 02:44:14 +0000</pubDate>
			<dc:creator>Damien</dc:creator>
			<guid isPermaLink="false">5839@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>support for liveleak.com is broken, anyone know how to fix it?
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-5235</link>
			<pubDate>Sat, 16 Jan 2010 20:43:47 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">5235@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Does anybody know how to fix this bug?</p>
<p><em>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.</em></p>
<p><em>I suppose this could also be a problem with the quote plugin, but it only happens when quoting a post that contains a video. </em></p>
<p>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.
</p>]]></description>
					</item>
		<item>
			<title>thierryyyyyyy on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-4630</link>
			<pubDate>Sat, 26 Sep 2009 17:08:41 +0000</pubDate>
			<dc:creator>thierryyyyyyy</dc:creator>
			<guid isPermaLink="false">4630@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>To move the menu into the "plugin" submenu, you have to do this modification<br />
<pre><code>function AddAdminPage()
  {
	  global $bb_menu;
	  //$bb_menu[ 60 ] = array( __( &#39;bbVideo&#39; ), &#39;use_keys&#39;, &#39;BBPressPluginBBVideoAdminPage&#39; );
	bb_admin_add_submenu(__(&#39;bbVideo&#39;), &#39;administrate&#39;, &#39;BBPressPluginBBVideoAdminPage&#39;);
  }</code></pre>
<p>(just the commented line is to be commented/replace by the "bb_admin_add_submenu"  line)
</p>]]></description>
					</item>
		<item>
			<title>docfloc on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-4463</link>
			<pubDate>Fri, 28 Aug 2009 22:57:41 +0000</pubDate>
			<dc:creator>docfloc</dc:creator>
			<guid isPermaLink="false">4463@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>looks also good with 1.0.2<br />
brilliant work
</p>]]></description>
					</item>
		<item>
			<title>anandasama on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-4217</link>
			<pubDate>Wed, 05 Aug 2009 10:46:10 +0000</pubDate>
			<dc:creator>anandasama</dc:creator>
			<guid isPermaLink="false">4217@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Somehow when i enter more than one youtube url it only wants to show one youtube.<br />
The other youtube links disappear
</p>]]></description>
					</item>
		<item>
			<title>the_Wish on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-3952</link>
			<pubDate>Mon, 13 Jul 2009 08:17:44 +0000</pubDate>
			<dc:creator>the_Wish</dc:creator>
			<guid isPermaLink="false">3952@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<blockquote><p>Ok, did find a bug when using this plugin with RC1. This didn't happen in previous versions.</p>
<p>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. </p></blockquote>
<p>I second that. Another problem I came up with is that when applying any extra markup with the Video link (e.g. <code>[center]</code>), it will apply to the entire thread, not only the Video.
</p>]]></description>
					</item>
		<item>
			<title>ArnyVee on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-3855</link>
			<pubDate>Mon, 06 Jul 2009 02:01:01 +0000</pubDate>
			<dc:creator>ArnyVee</dc:creator>
			<guid isPermaLink="false">3855@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This worked perfectly for me! :D</p>
<p>Quick question...anyone know how to make it so that it automatically embeds the video centered in the post area?
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-3605</link>
			<pubDate>Wed, 03 Jun 2009 13:47:26 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">3605@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Ok, did find a bug when using this plugin with RC1. This didn't happen in previous versions.</p>
<p>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. </p>
<p>I suppose this could also be a problem with the quote plugin, but it only happens when quoting a post that contains a video.
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-3594</link>
			<pubDate>Mon, 01 Jun 2009 15:07:11 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">3594@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>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.</p>
<p>Other than that, this plug-in is fantastic. :)
</p>]]></description>
					</item>
		<item>
			<title>Drake on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-3588</link>
			<pubDate>Mon, 01 Jun 2009 13:07:10 +0000</pubDate>
			<dc:creator>Drake</dc:creator>
			<guid isPermaLink="false">3588@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>great plugin, thank you man!
</p>]]></description>
					</item>
		<item>
			<title>wazlenny on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-3463</link>
			<pubDate>Sat, 23 May 2009 16:45:45 +0000</pubDate>
			<dc:creator>wazlenny</dc:creator>
			<guid isPermaLink="false">3463@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>My compliments to the plugin author, but ... </p>
<p>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.</p>
<p>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. </p>
<p>Or is embed code functionality being considered for this plugin?</p>
<p>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.
</p>]]></description>
					</item>
		<item>
			<title>.saint on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-3208</link>
			<pubDate>Sun, 19 Apr 2009 16:46:30 +0000</pubDate>
			<dc:creator>.saint</dc:creator>
			<guid isPermaLink="false">3208@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>great mod.
</p>]]></description>
					</item>
		<item>
			<title>agitainment on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/3/#post-3156</link>
			<pubDate>Thu, 09 Apr 2009 15:42:08 +0000</pubDate>
			<dc:creator>agitainment</dc:creator>
			<guid isPermaLink="false">3156@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I'm still having trouble with Google Video. Anyone know how to get it to work with this plugin?
</p>]]></description>
					</item>
		<item>
			<title>dudenhoeffer on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/2/#post-3041</link>
			<pubDate>Sat, 28 Mar 2009 13:47:39 +0000</pubDate>
			<dc:creator>dudenhoeffer</dc:creator>
			<guid isPermaLink="false">3041@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Great Plugin! But I'm having issues with Vimeo Embeds... Can you tell me if anyone has seen this result before in build 0.24?</p>
<p>In the posting field, I see a VIMEO looping logo as if the player was present, but the video does not play. Also there is a chunk of code dispalying above the video player that looks like this: </p>
<p>&#60;object width="400" height="225"&#62;&#60;param name="allowfullscreen" value="true" /&#62;&#60;param name="allowscriptaccess" value="always" /&#62;&#60;param name="movie" value="</p>
<p>So, the conversion seems to be malfunctioning. </p>
<p><a href="http://www.carmacorvette.com/corvette-forum/topic.php?id=5" rel="nofollow">http://www.carmacorvette.com/corvette-forum/topic.php?id=5</a></p>
<p>Thanks for the help!<br />
Don
</p>]]></description>
					</item>
		<item>
			<title>agitainment on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/2/#post-2997</link>
			<pubDate>Wed, 18 Mar 2009 21:44:59 +0000</pubDate>
			<dc:creator>agitainment</dc:creator>
			<guid isPermaLink="false">2997@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I'm having trouble with google video. Everything else seems to work fine when I paste the url for the video into my post. But with google video, a viewer appears, but no video will play. Am I missing something?
</p>]]></description>
					</item>
		<item>
			<title>agitainment on "bbVideo"</title>
			<link>http://bbpress.org/plugins/topic/bbvideo/page/2/#post-2995</link>
			<pubDate>Wed, 18 Mar 2009 20:02:08 +0000</pubDate>
			<dc:creator>agitainment</dc:creator>
			<guid isPermaLink="false">2995@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Nevermind. I figured it out! Cheers!
</p>]]></description>
					</item>

	</channel>
</rss>

