<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: YD BuddyPress feed syndication</title>
	<atom:link href="http://www.yann.com/en/wp-plugins/yd-buddypress-feed-syndication/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yann.com</link>
	<description>Développeur WordPress freelance à Paris</description>
	<lastBuildDate>Thu, 16 May 2013 09:29:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Magnus</title>
		<link>http://www.yann.com/en/wp-plugins/yd-buddypress-feed-syndication#comment-323652</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Tue, 19 Mar 2013 12:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=2071#comment-323652</guid>
		<description>Duplicate imports is due to the column type change for secondary_item_id.  This is what i use now, and it&#039;s working

/** Fetch an existing activity_id if one exists. **/
	if ( function_exists( &#039;bp_activity_get_activity_id&#039; ) ) {
		// NOTE! must match on content here - it used to use 
		// secondary_item_id which was wp_hash() of the link, but
		// since BP 1.6 that is bigint - see http://buddypress.trac.wordpress.org/ticket/4253
		// Also, can&#039;t match on primary_link as that&#039;s not supported at all.
		$id = bp_activity_get_activity_id( array( 
			&#039;user_id&#039;			=&gt; false, 
			//&#039;action&#039;			=&gt; $activity_action, 
			&#039;component&#039;			=&gt; &#039;groups&#039;,
			&#039;type&#039;				=&gt; &#039;new_blog_post&#039;,
			&#039;content&#039;			=&gt; $post[&#039;description&#039;],
			&#039;item_id&#039;			=&gt; $post[&#039;group_id&#039;]
		  )
		);
	}</description>
		<content:encoded><![CDATA[<p>Duplicate imports is due to the column type change for secondary_item_id.  This is what i use now, and it&#8217;s working</p>
<p>/** Fetch an existing activity_id if one exists. **/<br />
	if ( function_exists( &#8216;bp_activity_get_activity_id&#8217; ) ) {<br />
		// NOTE! must match on content here &#8211; it used to use<br />
		// secondary_item_id which was wp_hash() of the link, but<br />
		// since BP 1.6 that is bigint &#8211; see <a href="http://buddypress.trac.wordpress.org/ticket/4253" rel="nofollow">http://buddypress.trac.wordpress.org/ticket/4253</a><br />
		// Also, can&#8217;t match on primary_link as that&#8217;s not supported at all.<br />
		$id = bp_activity_get_activity_id( array(<br />
			&#8216;user_id&#8217;			=&gt; false,<br />
			//&#8217;action&#8217;			=&gt; $activity_action,<br />
			&#8216;component&#8217;			=&gt; &#8216;groups&#8217;,<br />
			&#8216;type&#8217;				=&gt; &#8216;new_blog_post&#8217;,<br />
			&#8216;content&#8217;			=&gt; $post['description'],<br />
			&#8216;item_id&#8217;			=&gt; $post['group_id']<br />
		  )<br />
		);<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernon</title>
		<link>http://www.yann.com/en/wp-plugins/yd-buddypress-feed-syndication#comment-321575</link>
		<dc:creator>Fernon</dc:creator>
		<pubDate>Sat, 16 Mar 2013 00:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=2071#comment-321575</guid>
		<description>Hi,

Does anyone know why the feed imports the blog post twice in the activity?

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Does anyone know why the feed imports the blog post twice in the activity?</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcganita</title>
		<link>http://www.yann.com/en/wp-plugins/yd-buddypress-feed-syndication#comment-242803</link>
		<dc:creator>mcganita</dc:creator>
		<pubDate>Mon, 31 Dec 2012 13:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=2071#comment-242803</guid>
		<description>This is not working. It will install on my site, but there is no way to make it work. It&#039;s not on member profiles, it&#039;s not on the Buddypress/WP Bar at the top - it&#039;s now where. How do we use it.</description>
		<content:encoded><![CDATA[<p>This is not working. It will install on my site, but there is no way to make it work. It&#8217;s not on member profiles, it&#8217;s not on the Buddypress/WP Bar at the top &#8211; it&#8217;s now where. How do we use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Savile</title>
		<link>http://www.yann.com/en/wp-plugins/yd-buddypress-feed-syndication#comment-166805</link>
		<dc:creator>Simon Savile</dc:creator>
		<pubDate>Tue, 30 Oct 2012 16:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=2071#comment-166805</guid>
		<description>Hi - great plugin and working for single users but seem to have a problem with the &#039;import blog&#039; button in groups (it doesn&#039;t appear!). We are using a non-BuddyPress theme and using the template add on. Not sure whether this information is important

Thanks</description>
		<content:encoded><![CDATA[<p>Hi &#8211; great plugin and working for single users but seem to have a problem with the &#8216;import blog&#8217; button in groups (it doesn&#8217;t appear!). We are using a non-BuddyPress theme and using the template add on. Not sure whether this information is important</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Guettinger</title>
		<link>http://www.yann.com/en/wp-plugins/yd-buddypress-feed-syndication#comment-117783</link>
		<dc:creator>Peter Guettinger</dc:creator>
		<pubDate>Wed, 29 Aug 2012 09:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=2071#comment-117783</guid>
		<description>Anyone has multiple entries, too? Up to 10x the same news.
http://www.babbleding.com
Buddypress 1.6.1</description>
		<content:encoded><![CDATA[<p>Anyone has multiple entries, too? Up to 10x the same news.<br />
<a href="http://www.babbleding.com" rel="nofollow">http://www.babbleding.com</a><br />
Buddypress 1.6.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Guettinger</title>
		<link>http://www.yann.com/en/wp-plugins/yd-buddypress-feed-syndication#comment-117620</link>
		<dc:creator>Peter Guettinger</dc:creator>
		<pubDate>Tue, 28 Aug 2012 13:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=2071#comment-117620</guid>
		<description>Group avatars are not showing
www.babbleding.com</description>
		<content:encoded><![CDATA[<p>Group avatars are not showing<br />
<a href="http://www.babbleding.com" rel="nofollow">http://www.babbleding.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://www.yann.com/en/wp-plugins/yd-buddypress-feed-syndication#comment-115793</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Mon, 20 Aug 2012 13:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=2071#comment-115793</guid>
		<description>Thanks Tim,
We will fiddle with that.

dan</description>
		<content:encoded><![CDATA[<p>Thanks Tim,<br />
We will fiddle with that.</p>
<p>dan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Object Caching 366/369 objects using memcached

Served from: yann.com @ 2013-05-19 11:18:15 -->