<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BuddyPress.org &#187; All Posts</title>
		<atom:link href="http://buddypress.org/support/forum/plugin-forums/buddypress-edit-activity-stream/feed/" rel="self" type="application/rss+xml" />
		<link>http://buddypress.org/support/forum/plugin-forums/buddypress-edit-activity-stream/feed/</link>
		<description></description>
		<pubDate>Thu, 23 May 2013 23:18:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.4-alpha-r4900</generator>
		<language>en-US</language>

		
		
					
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-bp_activity_add-parameters/#post-162451</guid>
					<title><![CDATA[Buddypress bp_activity_add parameters]]></title>
					<link>http://buddypress.org/support/topic/buddypress-bp_activity_add-parameters/#post-162451</link>
					<pubDate>Tue, 23 Apr 2013 20:40:52 +0000</pubDate>
					<dc:creator>rafaelfragosom</dc:creator>

					<description>
						<![CDATA[
						<p>I have this question about the &#8220;type&#8221; and the &#8220;component&#8221; parameters. Which of these do I use to differentiate the different types of activity?</p>
<p>I have downloaded a Q&amp;A plugin and when I call `print bp_get_activity_type();` inside the entry.php I got the same `activity_update` type.</p>
<p>I&#8217;m adding entries like that:</p>
<p>`bp_activity_add( array(<br />
    &#8216;id&#8217; =&gt; $activity_id,<br />
    &#8216;user_id&#8217; =&gt; $admin_id,<br />
    &#8216;item_id&#8217; =&gt; $post_id,<br />
    &#8216;action&#8217; =&gt; $activity_action,<br />
    &#8216;content&#8217; =&gt; $activity_content,<br />
    &#8216;component&#8217; =&gt; &#8216;blog-post&#8217;,<br />
    &#8216;primary_link&#8217; =&gt; $permalink,<br />
    &#8216;type&#8217; =&gt; &#8216;activity_update&#8217;,<br />
    &#8216;hide_sitewide&#8217; =&gt; false<br />
));`</p>
<p>Is there a function to know what the &#8220;component&#8221; is or should I change my &#8220;type&#8221;? I don&#8217;t know what I&#8217;m doing hehe.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-158072</guid>
					<title><![CDATA[Reply To: Buddypress activity for self and friends only]]></title>
					<link>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-158072</link>
					<pubDate>Mon, 25 Mar 2013 21:45:26 +0000</pubDate>
					<dc:creator>bp-help</dc:creator>

					<description>
						<![CDATA[
						<p>Or you could just download it replace it with the one on that server. Either way it is still a decent plugin that is useful for novices such as myself. Thanks for your contribution!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-158071</guid>
					<title><![CDATA[Reply To: Buddypress activity for self and friends only]]></title>
					<link>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-158071</link>
					<pubDate>Mon, 25 Mar 2013 21:37:43 +0000</pubDate>
					<dc:creator>bp-help</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://buddypress.org/community/members/pollyplummer/" rel="nofollow">@pollyplummer</a> Maybe I should just leave the plugin here:<br />
<a href="https://github.com/bphelp/activity-privacy-component" rel="nofollow">https://github.com/bphelp/activity-privacy-component</a><br />
It gives you and Rich full acknowledgement for the plugin. If this is okay with you then can you point the link:<br />
<a href="http://wpmu.org/wp-content/uploads/2010/03/buddypress-friends-only-activity-stream.zip" rel="nofollow">http://wpmu.org/wp-content/uploads/2010/03/buddypress-friends-only-activity-stream.zip</a><br />
to this instead:<br />
<a href="https://github.com/bphelp/activity-privacy-component/archive/master.zip" rel="nofollow">https://github.com/bphelp/activity-privacy-component/archive/master.zip</a><br />
To help avoid confusion? Thank you! <img src='http://buddypress.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-158034</guid>
					<title><![CDATA[Reply To: Buddypress activity for self and friends only]]></title>
					<link>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-158034</link>
					<pubDate>Mon, 25 Mar 2013 17:07:03 +0000</pubDate>
					<dc:creator>bp-help</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://buddypress.org/community/members/pollyplummer/" rel="nofollow">@pollyplummer</a> @hnlna <a href="http://buddypress.org/community/members/mercime/" rel="nofollow">@mercime</a> So it looks like <a href="http://buddypress.org/community/members/pollyplummer/" rel="nofollow">@pollyplummer</a> has given the okay to put it in the repo. Now the question stands is how do I properly acknowledge pollyplummer and rich fuller as the authors? I don&#8217;t think they want to maintain it anymore so do I just list them as contributors in the readme.txt or as the author in the comments section or both? Thanks everyone!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-158026</guid>
					<title><![CDATA[Reply To: Buddypress activity for self and friends only]]></title>
					<link>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-158026</link>
					<pubDate>Mon, 25 Mar 2013 16:15:20 +0000</pubDate>
					<dc:creator>Sarah Gooding</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://buddypress.org/community/members/bphelp/" rel="nofollow">@bphelp</a> <a href="http://buddypress.org/community/members/hnla/" rel="nofollow">@hnla</a> <a href="http://buddypress.org/community/members/mercime/" rel="nofollow">@mercime</a>  Yes, the plugin I made was based on Rich Fuller&#8217;s code. It&#8217;s ancients old &#8211; I&#8217;d be surprised if it still works! <img src='http://buddypress.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   But I never put it in the repo. If <a href="http://buddypress.org/community/members/bphelp/" rel="nofollow">@bphelp</a> wants to put it in the repo, feel free &#8211; just know that you&#8217;ll get lots of emails, etc for support. <img src='http://buddypress.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-157881</guid>
					<title><![CDATA[Reply To: Buddypress activity for self and friends only]]></title>
					<link>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-157881</link>
					<pubDate>Mon, 25 Mar 2013 10:30:03 +0000</pubDate>
					<dc:creator>@mercime</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://buddypress.org/community/members/hnla/" rel="nofollow">@hnla</a> rich! was cool with it per his comment in that WPMU.org article by pollyplummer when she released the plugin</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-157874</guid>
					<title><![CDATA[Reply To: Buddypress activity for self and friends only]]></title>
					<link>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-157874</link>
					<pubDate>Mon, 25 Mar 2013 08:34:56 +0000</pubDate>
					<dc:creator>Hugo</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://buddypress.org/community/members/bphelp/" rel="nofollow">@bphelp</a> As <a href="http://buddypress.org/community/members/mercime/" rel="nofollow">@mercime</a> says the correct approach in a case like this is submitting a patch to the plugin author for consideration not releasing  a virtual duplicate plugin into the repo, unless it was clear the plugin wasn&#8217;t maintained and one sought  all possible acknowledgement and agreement from the original author that you would take over and maintain the plugin.</p>
<p>&nbsp;</p>
<p>However I&#8217;m confused as to the differences or at least what is Rich Fullers code/plugin and what is pollyplummers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-157872</guid>
					<title><![CDATA[Reply To: Buddypress activity for self and friends only]]></title>
					<link>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-157872</link>
					<pubDate>Mon, 25 Mar 2013 08:23:43 +0000</pubDate>
					<dc:creator>@mercime</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://buddypress.org/community/members/bphelp/" rel="nofollow">@bphelp</a> the author of the plugin and article referred in the link above is <a href="http://buddypress.org/community/members/pollyplummer/" rel="nofollow">@pollyplummer</a><br />
I would submit the patch to her first and ask whether she would be maintaining the plugin among others.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-157772</guid>
					<title><![CDATA[Reply To: Buddypress activity for self and friends only]]></title>
					<link>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-157772</link>
					<pubDate>Mon, 25 Mar 2013 07:36:27 +0000</pubDate>
					<dc:creator>bp-help</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://buddypress.org/community/members/hnla/" rel="nofollow">@hnla</a> would it be out of line for me to release this plugin to the repository even though I give all credit to the original code author? It is all Rich Fullers work with the slight mod mentioned above. I am not a great coder but I would like to share the knowledge I have learned from others to make their bp experience even better. What is your thoughts on this and would it be a good contribution to the repository? Thank you sir!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-157729</guid>
					<title><![CDATA[Reply To: Buddypress activity for self and friends only]]></title>
					<link>http://buddypress.org/support/topic/buddypress-activity-for-self-and-friends-only/#post-157729</link>
					<pubDate>Mon, 25 Mar 2013 06:48:53 +0000</pubDate>
					<dc:creator>bp-help</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://buddypress.org/community/members/siloni/" rel="nofollow">@siloni</a> For the convenience of everyone I took the changes <a href="http://buddypress.org/community/members/richoz/" rel="nofollow">@richoz</a> provided and packaged a plugin for the community to use. All credit goes to Rich Fuller for his great tutorial.<br />
<a href="https://github.com/bphelp/activity-privacy-component" rel="nofollow">https://github.com/bphelp/activity-privacy-component</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

