<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->
<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>BuddyPressDEV Forums Topic: Buddypress 1.1  Youtube plugin</title>
		<link>http://bp-dev.org/forums/topic/buddypress-11-youtube-plugin</link>
		<description>BuddyPress DEVelopers Forum</description>
		<language>en-US</language>
		<pubDate>Fri, 30 Jul 2010 06:24:41 +0000</pubDate>
		<generator>bbpress 1.0-alpha-6</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://bp-dev.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://bp-dev.org/forums/rss/topic/buddypress-11-youtube-plugin" rel="self" type="application/rss+xml" />

		<item>
			<title>surfartc on "Buddypress 1.1  Youtube plugin"</title>
			<link>http://bp-dev.org/forums/topic/buddypress-11-youtube-plugin#post-841</link>
			<pubDate>Sat, 16 Jan 2010 16:07:37 +0000</pubDate>
			<dc:creator>surfartc</dc:creator>
			<guid isPermaLink="false">841@http://bp-dev.org/forums/</guid>
			<description>&#60;p&#62;yes, u do whaat DFA327 says and u fix the youtube thumbnails, but the Youttube setting dont appear anymore...it´s so hard to keep 1 version working with the last version of bp? just zip all updates and put to people download without pain!! always pain try to install something!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dfa327 on "Buddypress 1.1  Youtube plugin"</title>
			<link>http://bp-dev.org/forums/topic/buddypress-11-youtube-plugin#post-833</link>
			<pubDate>Thu, 10 Dec 2009 20:57:10 +0000</pubDate>
			<dc:creator>dfa327</dc:creator>
			<guid isPermaLink="false">833@http://bp-dev.org/forums/</guid>
			<description>&#60;p&#62;Here's another fix I found for the preview images to show up from youtube:&#60;/p&#62;
&#60;p&#62;In bpdev-youtube-classes.php:&#60;/p&#62;
&#60;p&#62;$author = $item-&#38;gt;get_author();&#60;br /&#62;
					$this-&#38;gt;author = $author-&#38;gt;get_name();&#60;br /&#62;
					$this-&#38;gt;url = $item-&#38;gt;get_permalink();&#60;br /&#62;
					$this-&#38;gt;title = $item-&#38;gt;get_title();&#60;br /&#62;
					$this-&#38;gt;content = $item-&#38;gt;get_description();&#60;br /&#62;
					$parts = explode(&#38;quot;=&#38;quot;, $this-&#38;gt;url);&#60;br /&#62;
					$parts = explode(&#38;quot;&#38;amp;&#38;quot;, $parts[1]);&#60;br /&#62;
					#$this-&#38;gt;thumb = &#38;quot;http://img.youtube.com/vi/&#38;quot; . $parts[1] . &#38;quot;/default.jpg&#38;quot;;&#60;br /&#62;
					#$this-&#38;gt;thumb = &#38;quot;http://i2.ytimg.com/vi/&#38;quot; . $parts[1] . &#38;quot;/default.jpg&#38;quot;;&#60;br /&#62;
					$this-&#38;gt;thumb = &#38;quot;http://i2.ytimg.com/vi/&#38;quot; . $parts[0] . &#38;quot;/default.jpg&#38;quot;;&#60;br /&#62;
					$count = $count + 1;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dfa327 on "Buddypress 1.1  Youtube plugin"</title>
			<link>http://bp-dev.org/forums/topic/buddypress-11-youtube-plugin#post-832</link>
			<pubDate>Thu, 10 Dec 2009 20:54:20 +0000</pubDate>
			<dc:creator>dfa327</dc:creator>
			<guid isPermaLink="false">832@http://bp-dev.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;  Yes, I too had the same issue.  In fact I joined just so I could post my found bugs and how I fixed them to help out around here:&#60;/p&#62;
&#60;p&#62;  Here's the fix in bpdev-youtube.php:&#60;br /&#62;
function bpdev_youtube_setup_nav() {&#60;/p&#62;
&#60;p&#62;    global $bp, $bpdev;&#60;/p&#62;
&#60;p&#62;    bp_core_new_nav_item( array(&#60;br /&#62;
		'name' =&#38;gt; __( 'Youtube', 'buddypressdev' ),&#60;br /&#62;
		'slug' =&#38;gt; $bpdev-&#38;gt;youtube-&#38;gt;slug,&#60;br /&#62;
		'position' =&#38;gt; 80,&#60;br /&#62;
		'screen_function' =&#38;gt; 'youtube_show_settings',&#60;br /&#62;
		'default_subnav_slug' =&#38;gt; 'show'&#60;br /&#62;
	) );&#60;/p&#62;
&#60;p&#62;	#bp_core_add_nav_item( __('Youtube', 'buddypressdev'), $bpdev-&#38;gt;youtube-&#38;gt;slug );&#60;br /&#62;
	#bp_core_add_nav_default( $bpdev-&#38;gt;youtube-&#38;gt;slug, 'youtube_show_settings', 'show' ); //Set aggregator_blog_settings as default page
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alvaroillanes on "Buddypress 1.1  Youtube plugin"</title>
			<link>http://bp-dev.org/forums/topic/buddypress-11-youtube-plugin#post-831</link>
			<pubDate>Fri, 04 Dec 2009 15:41:52 +0000</pubDate>
			<dc:creator>alvaroillanes</dc:creator>
			<guid isPermaLink="false">831@http://bp-dev.org/forums/</guid>
			<description>&#60;p&#62;idem !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tassos on "Buddypress 1.1  Youtube plugin"</title>
			<link>http://bp-dev.org/forums/topic/buddypress-11-youtube-plugin#post-817</link>
			<pubDate>Tue, 03 Nov 2009 05:56:59 +0000</pubDate>
			<dc:creator>tassos</dc:creator>
			<guid isPermaLink="false">817@http://bp-dev.org/forums/</guid>
			<description>&#60;p&#62;Same here and I hope a solution is found soon :-) In addition I have noticed the following behaviour. I can use the youtube plugin with the error and in firefox atleast I get the youtube page while when I use IE I get a page does not exist error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hardik123 on "Buddypress 1.1  Youtube plugin"</title>
			<link>http://bp-dev.org/forums/topic/buddypress-11-youtube-plugin#post-813</link>
			<pubDate>Mon, 26 Oct 2009 07:49:38 +0000</pubDate>
			<dc:creator>hardik123</dc:creator>
			<guid isPermaLink="false">813@http://bp-dev.org/forums/</guid>
			<description>&#60;p&#62;Same as your Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /public_html/wp-includes/plugin.php on line 414
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tripler on "Buddypress 1.1  Youtube plugin"</title>
			<link>http://bp-dev.org/forums/topic/buddypress-11-youtube-plugin#post-812</link>
			<pubDate>Fri, 23 Oct 2009 23:53:42 +0000</pubDate>
			<dc:creator>Tripler</dc:creator>
			<guid isPermaLink="false">812@http://bp-dev.org/forums/</guid>
			<description>&#60;p&#62;Yes I am having the same issue and cant figure it out. Can we have some input please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mezloh on "Buddypress 1.1  Youtube plugin"</title>
			<link>http://bp-dev.org/forums/topic/buddypress-11-youtube-plugin#post-810</link>
			<pubDate>Tue, 13 Oct 2009 03:43:03 +0000</pubDate>
			<dc:creator>mezloh</dc:creator>
			<guid isPermaLink="false">810@http://bp-dev.org/forums/</guid>
			<description>&#60;p&#62;I am having the same problem with the youtube plugin. The same thing is also true for the flickr plugin. After deactivating both of these the error goes away.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Davidro on "Buddypress 1.1  Youtube plugin"</title>
			<link>http://bp-dev.org/forums/topic/buddypress-11-youtube-plugin#post-809</link>
			<pubDate>Sat, 03 Oct 2009 04:10:01 +0000</pubDate>
			<dc:creator>Davidro</dc:creator>
			<guid isPermaLink="false">809@http://bp-dev.org/forums/</guid>
			<description>&#60;p&#62;The Youtube plugin gives me a weird error message after upgrading to 1.1&#60;/p&#62;
&#60;p&#62;Is there a quick fix?&#60;/p&#62;
&#60;p&#62;This is the error code:&#60;/p&#62;
&#60;p&#62;Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /***/***/public_html/***/wp-includes/plugin.php on line 414&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
